Searched refs:iph_len (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_noinline.c | 634 __u64 iph_len; in process_l3_headers_v6() local 640 iph_len = sizeof(struct ipv6hdr); in process_l3_headers_v6() 644 off += iph_len; in process_l3_headers_v6() 665 __u64 iph_len; in process_l3_headers_v4() local 707 __u64 iph_len; in process_packet() local
|
| H A D | test_l4lb_noinline.c | 339 __u64 iph_len; in process_packet() local 351 iph_len = sizeof(struct ipv6hdr); in process_packet() 355 off += iph_len; in process_packet()
|
| H A D | test_l4lb.c | 342 __u64 iph_len; in process_packet() local 354 iph_len = sizeof(struct ipv6hdr); in process_packet() 358 off += iph_len; in process_packet()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 6479 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument 6499 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5() 6520 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5() 6555 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument 6574 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5() 6590 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()
|