Searched refs:xdp_size (Results 1 – 2 of 2) sorted by relevance
975 size_t xdp_size = nla_total_size(0) + /* nest IFLA_XDP */ in rtnl_xdp_size() local980 return xdp_size; in rtnl_xdp_size()
4139 u64 xdp_size = (flags & BPF_F_CTXLEN_MASK) >> 32; in BPF_CALL_5() local4143 if (unlikely(xdp_size > (unsigned long)(xdp->data_end - xdp->data))) in BPF_CALL_5()4147 xdp_size, bpf_xdp_copy); in BPF_CALL_5()