Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Din.h82 IPPROTO_AGGFRAG = 144, /* AGGFRAG in ESP (RFC 9347) */ enumerator
83 #define IPPROTO_AGGFRAG IPPROTO_AGGFRAG macro
/linux/net/xfrm/
H A Dxfrm_iptfs.c2382 top_iph->protocol = IPPROTO_AGGFRAG; in iptfs_encap_add_ipv4()
2430 top_iph->nexthdr = IPPROTO_AGGFRAG; in iptfs_encap_add_ipv6()
H A Dxfrm_output.c722 xo->inner_ipproto = IPPROTO_AGGFRAG; in xfrm_get_inner_ipproto()