Searched refs:necp_mark_packet_from_socket (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | udp6_output.c | 502 necp_mark_packet_from_socket(m, in6p, policy_id, route_rule_id, skip_policy_id, pass_flags); in udp6_output()
|
| H A D | raw_ip6.c | 769 necp_mark_packet_from_socket(m, in6p, policy_id, route_rule_id, skip_policy_id, pass_flags); in rip6_output()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp.h | 1416 extern int necp_mark_packet_from_socket(struct mbuf *packet, struct inpcb *inp, necp_kernel_policy_…
|
| H A D | necp.c | 12091 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-10063.141.1/bsd/netinet/ |
| H A D | raw_ip.c | 627 necp_mark_packet_from_socket(m, inp, policy_id, route_rule_id, skip_policy_id, pass_flags); in rip_output()
|
| H A D | udp_usrreq.c | 1951 necp_mark_packet_from_socket(m, inp, policy_id, route_rule_id, skip_policy_id, pass_flags); in udp_output()
|
| H A D | tcp_output.c | 2963 necp_mark_packet_from_socket(m, inp, policy_id, route_rule_id, skip_policy_id, pass_flags); in tcp_output()
|
| H A D | tcp_subr.c | 898 necp_mark_packet_from_socket(m, tp ? tp->t_inpcb : NULL, 0, 0, 0, 0); in tcp_respond()
|