Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_tc_tunnel.c59 union l4hdr { union
66 union l4hdr l4hdr; member
72 union l4hdr l4hdr; member
176 olen += sizeof(h_outer.l4hdr.gre); in __encap_ipv4()
177 h_outer.l4hdr.gre.protocol = bpf_htons(l2_proto); in __encap_ipv4()
178 h_outer.l4hdr.gre.flags = 0; in __encap_ipv4()
182 olen += sizeof(h_outer.l4hdr.udp); in __encap_ipv4()
183 h_outer.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src); in __encap_ipv4()
184 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in __encap_ipv4()
185 h_outer.l4hdr.udp.check = 0; in __encap_ipv4()
[all …]