Home
last modified time | relevance | path

Searched refs:necp_mark_packet_from_socket (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.121.2/bsd/netinet6/
H A Dudp6_output.c501 necp_mark_packet_from_socket(m, in6p, policy_id, route_rule_id, skip_policy_id, pass_flags); in udp6_output()
H A Draw_ip6.c766 necp_mark_packet_from_socket(m, in6p, policy_id, route_rule_id, skip_policy_id, pass_flags); in rip6_output()
/xnu-8796.121.2/bsd/net/
H A Dnecp.h1358 extern int necp_mark_packet_from_socket(struct mbuf *packet, struct inpcb *inp, necp_kernel_policy_…
H A Dnecp.c11361 necp_mark_packet_from_socket(struct mbuf *packet, struct inpcb *inp, necp_kernel_policy_id policy_i… in necp_mark_packet_from_socket() function
/xnu-8796.121.2/bsd/netinet/
H A Draw_ip.c604 necp_mark_packet_from_socket(m, inp, policy_id, route_rule_id, skip_policy_id, pass_flags); in rip_output()
H A Dtcp_output.c2861 necp_mark_packet_from_socket(m, inp, policy_id, route_rule_id, skip_policy_id, pass_flags); in tcp_output()
H A Dudp_usrreq.c1916 necp_mark_packet_from_socket(m, inp, policy_id, route_rule_id, skip_policy_id, pass_flags); in udp_output()
H A Dtcp_subr.c894 necp_mark_packet_from_socket(m, tp ? tp->t_inpcb : NULL, 0, 0, 0, 0); in tcp_respond()