Home
last modified time | relevance | path

Searched refs:page_frag (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/include/linux/
Dmm_types_task.h60 struct page_frag { struct
Dsched.h1074 struct page_frag task_frag;
Dskbuff.h2837 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
/Linux-v4.19/net/tls/
Dtls_device.c220 struct page_frag *pfrag, in tls_append_frag()
246 struct page_frag *pfrag, in tls_push_record()
251 struct page_frag dummy_tag_frag; in tls_push_record()
290 struct page_frag *pfrag, in tls_create_new_record()
316 struct page_frag *pfrag, in tls_do_allocation()
353 struct page_frag *pfrag; in tls_push_data()
/Linux-v4.19/Documentation/vm/
Dpage_frags.rst12 The page_frag functions, page_frag_alloc and page_frag_free, provide a
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h153 struct page_frag frags[MAX_SKB_FRAGS];
Dsge.c1779 struct page_frag *fp; in process_responses()
/Linux-v4.19/net/ipv6/
Desp6.c257 struct page_frag *pfrag = &x->xfrag; in esp6_output_head()
371 struct page_frag *pfrag = &x->xfrag; in esp6_output_tail()
Dip6_output.c1240 struct page_frag *pfrag, in __ip6_append_data()
/Linux-v4.19/drivers/scsi/cxgbi/
Dlibcxgbi.h525 struct page_frag frags[MAX_PDU_FRAGS];
Dlibcxgbi.c1832 unsigned int dlen, struct page_frag *frags, in sgl_read_to_frags()
2001 struct page_frag *frag = tdata->frags; in cxgbi_conn_init_pdu()
/Linux-v4.19/net/ipv4/
Desp4.c289 struct page_frag *pfrag = &x->xfrag; in esp_output_head()
407 struct page_frag *pfrag = &x->xfrag; in esp_output_tail()
Dip_output.c863 struct page_frag *pfrag, in __ip_append_data()
Dtcp.c1319 struct page_frag *pfrag = sk_page_frag(sk); in tcp_sendmsg_locked()
/Linux-v4.19/include/net/
Dsock.h427 struct page_frag sk_frag;
2205 static inline struct page_frag *sk_page_frag(struct sock *sk) in sk_page_frag()
2213 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag);
Dxfrm.h232 struct page_frag xfrag;
/Linux-v4.19/net/core/
Dsock.c2197 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill()
2230 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag) in sk_page_frag_refill()
2247 struct page_frag *pfrag; in sk_alloc_sg()
Dskbuff.c2111 struct page_frag *pfrag = sk_page_frag(sk); in linear_to_page()
3405 struct page_frag *pfrag = &current->task_frag; in skb_append_datato_frags()
/Linux-v4.19/drivers/net/
Dvirtio_net.c161 struct page_frag alloc_frag;
1052 struct page_frag *alloc_frag = &rq->alloc_frag; in add_recvbuf_small()
1143 struct page_frag *alloc_frag = &rq->alloc_frag; in add_recvbuf_mergeable()
Dtun.c1467 struct page_frag *pfrag = &current->task_frag; in tun_napi_alloc_frags()
1584 struct page_frag *alloc_frag = &current->task_frag; in tun_build_skb()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h636 struct page_frag frags[MAX_SKB_FRAGS];
Dsge.c2610 const struct page_frag *p; in t4_pktgl_free()
3019 struct page_frag *fp; in process_responses()
/Linux-v4.19/net/kcm/
Dkcmsock.c958 struct page_frag *pfrag = sk_page_frag(sk); in kcm_sendmsg()