Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tc_tunnel.c55 union l4hdr { union
62 union l4hdr l4hdr; member
68 union l4hdr l4hdr; member
172 olen += sizeof(h_outer.l4hdr.gre); in __encap_ipv4()
173 h_outer.l4hdr.gre.protocol = bpf_htons(l2_proto); in __encap_ipv4()
174 h_outer.l4hdr.gre.flags = 0; in __encap_ipv4()
178 olen += sizeof(h_outer.l4hdr.udp); in __encap_ipv4()
179 h_outer.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src); in __encap_ipv4()
180 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in __encap_ipv4()
181 h_outer.l4hdr.udp.check = 0; in __encap_ipv4()
[all …]