Searched refs:encap_proto (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tc_tunnel.c | 88 static __always_inline int __encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in set_ipv4_csum() 108 if (encap_proto == IPPROTO_IPV6) { in __encap_ipv4() 169 switch (encap_proto) { in __encap_ipv4() 226 h_outer.ip.protocol = encap_proto; in __encap_ipv4() 236 if (encap_proto == IPPROTO_IPV6) { in __encap_ipv4() 249 static __always_inline int encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in __encap_ipv4() 252 return __encap_ipv4(skb, encap_proto, l2_proto, 0); in __encap_ipv4() 255 static __always_inline int __encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, 300 switch (encap_proto) { in __encap_ipv6() 356 h_outer.ip.nexthdr = encap_proto; in __encap_ipv6() 94 __encap_ipv4(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto,__u16 ext_proto) __encap_ipv4() argument 256 encap_ipv4(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto) encap_ipv4() argument 262 __encap_ipv6(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto,__u16 ext_proto) __encap_ipv6() argument 428 encap_ipv6(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto) encap_ipv6() argument [all...] |
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 177 req->encap_proto = 0; in write_pkt_desc() 552 req->encap_proto = 0; in fun_xdp_tx()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_hci.h | 1119 __be16 encap_proto; member 1174 __be16 encap_proto; member
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 1496 proto = hdr->encap_proto; in __skb_flow_dissect()
|