Home
last modified time | relevance | path

Searched defs:outgoing (Results 1 – 12 of 12) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_log.h202 #define TCP_LOG_CONNECT(tp, outgoing, error) if (tcp_is_log_enabled(tp, TLEF_CONNECTION)) \ argument
217 #define TCP_LOG_DROP_NECP(hdr, th, tp, outgoing) if (tcp_is_log_enabled(tp, TLEF_DROP_NECP)) \ argument
220 #define TCP_LOG_DROP_PCB(hdr, th, tp, outgoing, reason) if (tcp_is_log_enabled(tp, TLEF_DROP_PCB)) \ argument
223 #define TCP_LOG_TH_FLAGS(hdr, th, tp, outgoing, ifp) \ argument
H A Dudp_log.h120 #define UDP_LOG_DROP_NECP(hdr, uh, inp, outgoing) if (udp_is_log_enabled(inp, ULEF_DROP_NECP)) \ argument
123 #define UDP_LOG_DROP_PCB(hdr, uh, inp, outgoing, reason) if (udp_is_log_enabled(inp, ULEF_DROP_PCB)… argument
H A Dtcp_log.c683 tcp_log_pkt_addresses(void *hdr, struct tcphdr *th, bool outgoing, in tcp_log_pkt_addresses()
754 tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const char *reason) in tcp_log_drop_pcb()
844 should_log_th_flags(uint8_t thflags, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in should_log_th_flags()
878 tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in tcp_log_th_flags()
956 bool outgoing = false; /* This is only for incoming packets */ in tcp_log_drop_pkt() local
H A Dudp_log.c454 udp_log_pkt_addresses(void *hdr, bool outgoing, in udp_log_pkt_addresses()
520 udp_log_drop_pcb(void *hdr, struct udphdr *uh, struct inpcb *inp, bool outgoing, const char *reason) in udp_log_drop_pcb()
/xnu-11417.101.15/bsd/net/
H A Dcontent_filter.c1547 cfil_acquire_sockbuf(struct socket *so, struct cfil_info *cfil_info, int outgoing) in cfil_acquire_sockbuf()
1604 cfil_release_sockbuf(struct socket *so, int outgoing) in cfil_release_sockbuf()
3118 boolean_t isIPv4, boolean_t outgoing) in cfil_fill_event_msg_addresses()
3344 boolean_t outgoing = (cfil_info->cfi_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_closed_event_sign() local
3577 …tch_disconnect_event(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing) in cfil_dispatch_disconnect_event()
3751 boolean_t outgoing = (cfil_info->cfi_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_closed_event() local
3896 …_dispatch_data_event(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing, in cfil_dispatch_data_event()
4076 …l_data_service_ctl_q(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing) in cfil_data_service_ctl_q()
4328 cfil_data_filter(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing, in cfil_data_filter()
4413 cfil_service_inject_queue(struct socket *so, struct cfil_info *cfil_info, int outgoing) in cfil_service_inject_queue()
[all …]
H A Dremote_vif.c508 rvi_bpf_tap(ifnet_t ifp, mbuf_t m, int outgoing, struct rvi_client_t *client, in rvi_bpf_tap()
H A Diptap.c562 iptap_bpf_tap(struct mbuf *m, u_int32_t proto, int outgoing) in iptap_bpf_tap()
H A Dpktap.c920 struct mbuf *m, u_int32_t pre, int outgoing, struct ifnet *ifp) in pktap_fill_proc_info()
1134 u_int32_t pre, u_int32_t post, int outgoing) in pktap_bpf_tap()
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c309 #define dp_drop_pktq(fsw, pktq, outgoing, _reason, line, _flags) do { \ argument
335 #define dp_drop_pkt_single(fsw, pkt, outgoing, _reason, _flags) do { \ argument
349 #define dp_drop_pkt_chain(pkt, outgoing, _reason, _flags) do { \ argument
/xnu-11417.101.15/bsd/kern/
H A Dsocket_flows.c1119 soflow_update_flow_stats(struct soflow_hash_entry *hash_entry, size_t data_size, bool outgoing) in soflow_update_flow_stats()
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_subr.c1572 mount_t outgoing = NULL; in vfs_switch_root() local
H A Dvfs_syscalls.c4500 char *outgoing = NULL; in pivot_root() local