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

/linux-master/include/linux/
H A Dif_hsr.h27 __be16 encap_proto; member in struct:hsr_tag
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c94 static __always_inline int __encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, argument
114 if (encap_proto == IPPROTO_IPV6) {
176 switch (encap_proto) {
233 h_outer.ip.protocol = encap_proto;
243 if (encap_proto == IPPROTO_IPV6) {
256 static __always_inline int encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, argument
259 return __encap_ipv4(skb, encap_proto, l2_proto, 0);
262 static __always_inline int __encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, argument
307 switch (encap_proto) {
363 h_outer.ip.nexthdr = encap_proto;
428 encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, __u16 l2_proto) argument
[all...]
/linux-master/net/hsr/
H A Dhsr_forward.c63 if (hsr_V1_hdr->hsr.encap_proto != htons(ETH_P_PRP))
269 hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto;
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h1119 __be16 encap_proto; member in struct:fun_eth_tx_req
1174 __be16 encap_proto; member in struct:fun_eth_cqe
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c177 req->encap_proto = 0;
552 req->encap_proto = 0;
/linux-master/net/core/
H A Dflow_dissector.c1465 proto = hdr->encap_proto;

Completed in 149 milliseconds