Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_tc_tunnel.c91 static __always_inline int __encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in __encap_ipv4() argument
111 if (encap_proto == IPPROTO_IPV6) { in __encap_ipv4()
173 switch (encap_proto) { in __encap_ipv4()
230 h_outer.ip.protocol = encap_proto; in __encap_ipv4()
240 if (encap_proto == IPPROTO_IPV6) { in __encap_ipv4()
253 static __always_inline int encap_ipv4(struct __sk_buff *skb, __u8 encap_proto, in encap_ipv4() argument
256 return __encap_ipv4(skb, encap_proto, l2_proto, 0); in encap_ipv4()
304 switch (encap_proto) { in __encap_ipv6()
360 h_outer.ip.nexthdr = encap_proto; in __encap_ipv6()
425 static __always_inline int encap_ipv6(struct __sk_buff *skb, __u8 encap_proto, in encap_ipv6() argument
[all …]
/linux-6.3-rc2/include/linux/
A Dif_hsr.h27 __be16 encap_proto; member
/linux-6.3-rc2/net/hsr/
A Dhsr_forward.c63 if (hsr_V1_hdr->hsr.encap_proto != htons(ETH_P_PRP)) in is_supervision_frame()
269 hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto; in hsr_fill_tag()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_tx.c177 req->encap_proto = 0; in write_pkt_desc()
553 req->encap_proto = 0; in fun_xdp_tx()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funcore/
A Dfun_hci.h1119 __be16 encap_proto; member
1174 __be16 encap_proto; member
/linux-6.3-rc2/net/core/
A Dflow_dissector.c1387 proto = hdr->encap_proto; in __skb_flow_dissect()

Completed in 18 milliseconds