Searched refs:encap_proto (Results 1 – 6 of 6) 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 __encap_ipv4() 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, 252 return __encap_ipv4(skb, encap_proto, l2_proto, 0); in __encap_ipv6() 255 static __always_inline int __encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, in __encap_ipv6() 300 switch (encap_proto) { in __encap_ipv6() 356 h_outer.ip.nexthdr = encap_proto; in __encap_ipv6() 83 __encap_ipv4(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto,__u16 ext_proto) __encap_ipv4() argument 244 encap_ipv4(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto) encap_ipv4() argument 250 __encap_ipv6(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto,__u16 ext_proto) __encap_ipv6() argument 415 encap_ipv6(struct __sk_buff * skb,__u8 encap_proto,__u16 l2_proto) encap_ipv6() argument [all...] |
| /linux/include/linux/ |
| H A D | if_hsr.h | 36 __be16 encap_proto; member
|
| /linux/net/hsr/ |
| H A D | hsr_forward.c | 63 if (hsr_V1_hdr->hsr.encap_proto != htons(ETH_P_PRP)) in is_supervision_frame() 320 hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto; in hsr_fill_tag()
|
| /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 | 1499 proto = hdr->encap_proto; in __skb_flow_dissect()
|