Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tc_tunnel.c40 union l4hdr { union
47 union l4hdr l4hdr; member
53 union l4hdr l4hdr; member
152 olen += sizeof(h_outer.l4hdr.gre); in encap_ipv4()
153 h_outer.l4hdr.gre.protocol = bpf_htons(l2_proto); in encap_ipv4()
154 h_outer.l4hdr.gre.flags = 0; in encap_ipv4()
158 olen += sizeof(h_outer.l4hdr.udp); in encap_ipv4()
159 h_outer.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src); in encap_ipv4()
160 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv4()
161 h_outer.l4hdr.udp.check = 0; in encap_ipv4()
[all …]