Home
last modified time | relevance | path

Searched refs:frame_sz (Results 1 – 4 of 4) sorted by relevance

/net/core/
Dxdp.c588 xdpf->frame_sz = PAGE_SIZE; in xdp_convert_zc_to_xdp_frame()
633 frame_size = xdpf->frame_sz; in __xdp_build_skb_from_frame()
648 nr_frags * xdpf->frame_sz, in __xdp_build_skb_from_frame()
706 nxdpf->frame_sz = PAGE_SIZE; in xdpf_clone()
Ddev.c4777 u32 mac_len, frame_sz; in bpf_prog_run_generic_xdp() local
4790 frame_sz = (void *)skb_end_pointer(skb) - hard_start; in bpf_prog_run_generic_xdp()
4791 frame_sz += SKB_DATA_ALIGN(sizeof(struct skb_shared_info)); in bpf_prog_run_generic_xdp()
4794 xdp_init_buff(xdp, frame_sz, &rxqueue->xdp_rxq); in bpf_prog_run_generic_xdp()
Dfilter.c4023 if (!rxq->frag_size || rxq->frag_size > xdp->frame_sz) in bpf_xdp_frags_increase_tail()
/net/xdp/
Dxsk_buff_pool.c100 xskb->xdp.frame_sz = umem->chunk_size - umem->headroom; in xp_create_and_assign_umem()