Home
last modified time | relevance | path

Searched refs:IPPROTO_ESP (Results 1 – 14 of 14) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/ !
H A Desp_input.c148 ip->ip_p = IPPROTO_ESP; in esp4_input_strip_udp_encap()
166 ip6->ip6_nxt = IPPROTO_ESP; in esp6_input_strip_udp_encap()
256 if (ip->ip_p != IPPROTO_ESP && in esp4_input_extended()
275 IPPROTO_ESP, spi, interface)) == 0) { in esp4_input_extended()
665 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 || in esp4_input_extended()
752 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) { in esp4_input_extended()
962 if (nproto == NULL || (*nproto != IPPROTO_ESP && in esp6_input_extended()
974 IPPROTO_ESP, spi, interface)) == 0) { in esp6_input_extended()
1362 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 || in esp6_input_extended()
1510 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) { in esp6_input_extended()
[all …]
H A Din6_proto.c282 .pr_protocol = IPPROTO_ESP,
513 SYSCTL_NODE(_net_inet6, IPPROTO_ESP, ipsec6,
H A Desp_output.c145 if (isr->saidx.proto != IPPROTO_ESP) { in esp_hdrsiz()
724 *nexthdrp = IPPROTO_ESP; in esp_output()
H A Dipsec.c1876 case IPPROTO_ESP: in ipsec_get_reqlevel()
1962 case IPPROTO_ESP: in ipsec_in_reject()
2165 case IPPROTO_ESP: in ipsec_hdrsiz()
2638 case IPPROTO_ESP: in ipsec6_update_routecache_and_output()
3302 case IPPROTO_ESP: in ipsec4_output_internal()
3559 case IPPROTO_ESP: in ipsec6_output_trans_internal()
3852 case IPPROTO_ESP: in ipsec6_output_tunnel_internal()
3977 case IPPROTO_ESP: in ipsec6_output_tunnel_internal()
H A Dip6_input.c2244 case IPPROTO_ESP: in ip6_nexthdr()
2310 case IPPROTO_ESP: in ip6_pkt_has_ulp()
/xnu-8019.80.24/bsd/netinet/ !
H A Din_proto.c229 .pr_protocol = IPPROTO_ESP,
H A Din.h166 #define IPPROTO_ESP 50 /* IP6 Encap Sec. Payload */ macro
/xnu-8019.80.24/bsd/net/ !
H A Dpf.c867 case IPPROTO_ESP: in pf_state_compare_lan_ext()
987 case IPPROTO_ESP: in pf_state_compare_ext_gwy()
1881 case IPPROTO_ESP: in pf_print_sk_host()
1917 case IPPROTO_ESP: in pf_print_state()
2037 case IPPROTO_ESP: in pf_calc_skip_steps()
2042 prev->proto == IPPROTO_ESP || in pf_calc_skip_steps()
2066 case IPPROTO_ESP: in pf_calc_skip_steps()
2074 prev->proto == IPPROTO_ESP || in pf_calc_skip_steps()
2936 case IPPROTO_ESP: in pf_match_xport()
4897 case IPPROTO_ESP: in pf_test_rule()
[all …]
H A Dif_ports_used.c1311 case IPPROTO_ESP: { in if_ports_used_match_mbuf()
1433 case IPPROTO_ESP: { in if_ports_used_match_mbuf()
1658 case IPPROTO_ESP: { in if_ports_used_match_pkt()
H A Dnat464_utils.c1080 case IPPROTO_ESP: in nat464_translate_proto()
H A Dbpf.c3177 case IPPROTO_ESP: { in get_proto_trunc_len()
H A Dif_bridge.c7319 iphdr.ip_p != IPPROTO_ESP &&
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_manager.c512 proto != IPPROTO_ESP && proto != IPPROTO_AH; in flow_req_needs_protons_reservation()
519 return proto == IPPROTO_ESP || proto == IPPROTO_AH; in flow_req_needs_ipsec_reservation()
/xnu-8019.80.24/bsd/netkey/ !
H A Dkey.c1983 case IPPROTO_ESP: in key_msg2sp()
2587 if (newsp->req->saidx.mode != IPSEC_MODE_TUNNEL || newsp->req->saidx.proto != IPPROTO_ESP) { in key_spdadd()
2601 if (newsp->req->saidx.mode != IPSEC_MODE_TUNNEL || newsp->req->saidx.proto != IPPROTO_ESP) { in key_spdadd()
4613 case IPPROTO_ESP: in key_mature()
4628 case IPPROTO_ESP: in key_mature()
6379 return IPPROTO_ESP; in key_satype2proto()
6398 case IPPROTO_ESP: in key_proto2satype()
8013 case IPPROTO_ESP: in key_getprop()
10433 if (proto != IPPROTO_ESP && proto != IPPROTO_AH) { in key_reserve_custom_ipsec()