Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/core/
A Drtnetlink.c1011 size_t xdp_size = nla_total_size(0) + /* nest IFLA_XDP */ in rtnl_xdp_size() local
1016 return xdp_size; in rtnl_xdp_size()
A Dfilter.c4898 u64 xdp_size = (flags & BPF_F_CTXLEN_MASK) >> 32; in BPF_CALL_5() local
4903 if (unlikely(!xdp || xdp_size > xdp_get_buff_len(xdp))) in BPF_CALL_5()
4907 xdp_size, bpf_xdp_copy); in BPF_CALL_5()

Completed in 32 milliseconds