Searched refs:frame_sz (Results 1 – 4 of 4) sorted by relevance
588 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()
4777 u32 mac_len, frame_sz; in bpf_prog_run_generic_xdp() local4790 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()
4023 if (!rxq->frag_size || rxq->frag_size > xdp->frame_sz) in bpf_xdp_frags_increase_tail()
100 xskb->xdp.frame_sz = umem->chunk_size - umem->headroom; in xp_create_and_assign_umem()