Searched refs:IPPROTO_BEETPH (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Din.h64 IPPROTO_BEETPH = 94, /* IP option pseudo header for BEET */ enumerator in enum:__anon4481
65 #define IPPROTO_BEETPH IPPROTO_BEETPH macro
/linux-master/tools/include/uapi/linux/
H A Din.h64 IPPROTO_BEETPH = 94, /* IP option pseudo header for BEET */ enumerator in enum:__anon5346
65 #define IPPROTO_BEETPH IPPROTO_BEETPH macro
/linux-master/net/ipv4/
H A Desp4_offload.c152 if (proto == IPPROTO_BEETPH) {
/linux-master/net/ipv6/
H A Desp6_offload.c191 if (proto == IPPROTO_BEETPH) {
/linux-master/net/xfrm/
H A Dxfrm_output.c259 top_iph->protocol = IPPROTO_BEETPH;
386 top_iph->nexthdr = IPPROTO_BEETPH;
H A Dxfrm_input.c186 if (unlikely(XFRM_MODE_SKB_CB(skb)->protocol == IPPROTO_BEETPH)) {

Completed in 296 milliseconds