Searched defs:nh_off (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/samples/bpf/ |
D | parse_varlen.c | 51 static int parse_ipv4(void *data, uint64_t nh_off, void *data_end) in parse_ipv4() 78 static int parse_ipv6(void *data, uint64_t nh_off, void *data_end) in parse_ipv6() 118 uint64_t h_proto, nh_off; in handle_ingress() local
|
D | xdp_fwd_kern.c | 52 u64 nh_off; in xdp_fwd_flags() local
|
D | xdp_router_ipv4.bpf.c | 79 u64 nh_off = sizeof(*eth); in xdp_router_ipv4_prog() local
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | xdp_redirect_multi_kern.c | 45 __u64 nh_off; in xdp_redirect_map_multi_prog() local 80 __u64 nh_off; in xdp_devmap_prog() local
|
D | test_verif_scale1.c | 14 int nh_off, i = 0; in balancer_ingress() local
|
D | test_verif_scale2.c | 14 int nh_off, i = 0; in balancer_ingress() local
|
D | test_verif_scale3.c | 14 int nh_off, i = 0; in balancer_ingress() local
|
D | core_kern.c | 80 int nh_off, i = 0; in balancer_ingress() local
|
D | test_sk_lookup_kern.c | 21 static struct bpf_sock_tuple *get_tuple(void *data, __u64 nh_off, in get_tuple()
|
D | test_xdp_noinline.c | 764 __u32 nh_off; in balancer_ingress_v4() local 783 __u32 nh_off; in balancer_ingress_v6() local
|
D | test_l4lb.c | 458 __u32 nh_off; in balancer_ingress() local
|
D | test_l4lb_noinline.c | 457 __u32 nh_off; in balancer_ingress() local
|
D | test_l4lb_noinline_dynptr.c | 464 __u32 nh_off; in balancer_ingress() local
|
/Linux-v6.6/include/linux/ |
D | virtio_net.h | 151 unsigned int nh_off = p_off; in virtio_net_hdr_to_skb() local
|
/Linux-v6.6/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 1348 const int nh_off = skb_network_offset(skb); in pasemi_mac_queue_csdesc() local 1438 const int nh_off = skb_network_offset(skb); in pasemi_mac_start_tx() local
|