Home
last modified time | relevance | path

Searched refs:xdp_size (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c985 size_t xdp_size = nla_total_size(0) + /* nest IFLA_XDP */ in rtnl_xdp_size() local
990 return xdp_size; in rtnl_xdp_size()
H A Dfilter.c4602 u64 xdp_size = (flags & BPF_F_CTXLEN_MASK) >> 32; in BPF_CALL_5() local
4607 xdp_size > (unsigned long)(xdp->data_end - xdp->data))) in BPF_CALL_5()
4611 xdp_size, bpf_xdp_copy); in BPF_CALL_5()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c4967 u64 xdp_size = (flags & BPF_F_CTXLEN_MASK) >> 32; in BPF_CALL_5() local
4972 if (unlikely(!xdp || xdp_size > xdp_get_buff_len(xdp))) in BPF_CALL_5()
4976 xdp_size, bpf_xdp_copy); in BPF_CALL_5()
H A Drtnetlink.c1017 size_t xdp_size = nla_total_size(0) + /* nest IFLA_XDP */ in rtnl_xdp_size() local
1022 return xdp_size; in rtnl_xdp_size()

Completed in 35 milliseconds