Lines Matching refs:iph
20 struct iphdr iph; member
26 struct iphdr iph; member
35 struct iphdr iph; member
41 struct ipv6hdr iph; member
47 struct ipv6hdr iph; member
63 struct ipv6hdr iph; member
74 struct iphdr iph; member
103 .iph.ihl = 5,
104 .iph.protocol = IPPROTO_TCP,
105 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
125 .iph.nexthdr = IPPROTO_TCP,
126 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
147 .iph.ihl = 5,
148 .iph.protocol = IPPROTO_TCP,
149 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
171 .iph.nexthdr = IPPROTO_TCP,
172 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
193 .iph.ihl = 5,
194 .iph.protocol = IPPROTO_TCP,
195 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
196 .iph.frag_off = __bpf_constant_htons(IP_MF),
220 .iph.ihl = 5,
221 .iph.protocol = IPPROTO_TCP,
222 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
223 .iph.frag_off = __bpf_constant_htons(IP_MF),
243 .iph.nexthdr = IPPROTO_FRAGMENT,
244 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
270 .iph.nexthdr = IPPROTO_FRAGMENT,
271 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
293 .iph.nexthdr = IPPROTO_TCP,
294 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
295 .iph.flow_lbl = { 0xb, 0xee, 0xef },
316 .iph.nexthdr = IPPROTO_TCP,
317 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
318 .iph.flow_lbl = { 0xb, 0xee, 0xef },
339 .iph.nexthdr = IPPROTO_TCP,
340 .iph.payload_len = __bpf_constant_htons(MAGIC_BYTES),
341 .iph.flow_lbl = { 0x00, 0x00, 0x00 },
363 .iph.ihl = 5,
364 .iph.protocol = IPPROTO_IPIP,
365 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
392 .iph.ihl = 5,
393 .iph.protocol = IPPROTO_IPIP,
394 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
420 .iph.ihl = 5,
421 .iph.protocol = IPPROTO_IPIP,
422 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
423 .iph.saddr = __bpf_constant_htonl(FLOW_CONTINUE_SADDR),
439 .iph.ihl = 5,
440 .iph.protocol = IPPROTO_GRE,
441 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),
472 .iph.ihl = 5,
473 .iph.protocol = IPPROTO_GRE,
474 .iph.tot_len = __bpf_constant_htons(MAGIC_BYTES),