Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_log.h155 #define TCP_LOG_CONNECT(tp, outgoing, error) if (tcp_is_log_enabled(tp, TLEF_CONNECTION)) \ argument
167 #define TCP_LOG_DROP_NECP(hdr, th, tp, outgoing) if (tcp_is_log_enabled(tp, TLEF_DROP_NECP)) \ argument
170 #define TCP_LOG_DROP_PCB(hdr, th, tp, outgoing, reason) if (tcp_is_log_enabled(tp, TLEF_DROP_PCB)) \ argument
173 #define TCP_LOG_TH_FLAGS(hdr, th, tp, outgoing, ifp) \ argument
H A Dtcp_log.c616 tcp_log_pkt_addresses(void *hdr, struct tcphdr *th, bool outgoing, in tcp_log_pkt_addresses()
674 tcp_log_drop_pcb(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, const char *reason) in tcp_log_drop_pcb()
758 tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in tcp_log_th_flags()
851 bool outgoing = false; /* This is only for incoming packets */ in tcp_log_drop_pkt() local
/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.c1541 cfil_acquire_sockbuf(struct socket *so, struct cfil_info *cfil_info, int outgoing) in cfil_acquire_sockbuf()
1598 cfil_release_sockbuf(struct socket *so, int outgoing) in cfil_release_sockbuf()
2983 boolean_t isIPv4, boolean_t outgoing) in cfil_fill_event_msg_addresses()
3152 boolean_t outgoing = (cfil_info->cfi_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_closed_event_sign() local
3333 …tch_disconnect_event(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing) in cfil_dispatch_disconnect_event()
3630 …_dispatch_data_event(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing, in cfil_dispatch_data_event()
3796 …l_data_service_ctl_q(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing) in cfil_data_service_ctl_q()
4047 cfil_data_filter(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing, in cfil_data_filter()
4104 cfil_service_inject_queue(struct socket *so, struct cfil_info *cfil_info, int outgoing) in cfil_service_inject_queue()
4270 …ervice_pending_queue(struct socket *so, struct cfil_info *cfil_info, uint32_t kcunit, int outgoing) in cfil_service_pending_queue()
[all …]
H A Diptap.c571 iptap_bpf_tap(struct mbuf *m, u_int32_t proto, int outgoing) in iptap_bpf_tap()
H A Dpktap.c896 struct mbuf *m, u_int32_t pre, int outgoing, struct ifnet *ifp) in pktap_fill_proc_info()
1109 u_int32_t pre, u_int32_t post, int outgoing) in pktap_bpf_tap()
/xnu-8019.80.24/bsd/kern/
H A Dsocket_flows.c1132 soflow_update_flow_stats(struct soflow_hash_entry *hash_entry, size_t data_size, bool outgoing) in soflow_update_flow_stats()
1151 size_t data_size, bool outgoing, uint16_t rcv_ifindex) in soflow_get_flow()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_subr.c1501 mount_t outgoing = NULL; in vfs_switch_root() local
H A Dvfs_syscalls.c3992 char *outgoing = NULL; in pivot_root() local