Home
last modified time | relevance | path

Searched refs:necp_get_last_interface_index_from_packet (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dnecp.h1392 extern u_int32_t necp_get_last_interface_index_from_packet(struct mbuf *packet);
H A Dif_ipsec.c701 if (necp_get_last_interface_index_from_packet(data) == interface->if_index) { in ipsec_encrypt_mbuf()
4482 if (necp_get_last_interface_index_from_packet(data) == interface->if_index) { in ipsec_output()
H A Dnecp.c9995 last_interface_index = necp_get_last_interface_index_from_packet(packet); in necp_ip_output_find_policy_match()
10168 last_interface_index = necp_get_last_interface_index_from_packet(packet); in necp_ip6_output_find_policy_match()
11853 necp_get_last_interface_index_from_packet(struct mbuf *packet) in necp_get_last_interface_index_from_packet() function