Searched refs:pg_vec (Results 1 - 5 of 5) sorted by relevance

/net/netlink/
H A Daf_netlink.h11 void **pg_vec; member in struct:netlink_ring
H A Daf_netlink.c297 return nlk_sk(sk)->rx_ring.pg_vec != NULL;
302 return nlk_sk(sk)->tx_ring.pg_vec != NULL;
313 static void free_pg_vec(void **pg_vec, unsigned int order, unsigned int len) argument
318 if (pg_vec[i] != NULL) {
319 if (is_vmalloc_addr(pg_vec[i]))
320 vfree(pg_vec[i]);
322 free_pages((unsigned long)pg_vec[i], order);
325 kfree(pg_vec);
351 void **pg_vec; local
353 pg_vec
375 void **pg_vec = NULL; local
[all...]
/net/packet/
H A Daf_packet.c493 h.raw = rb->pg_vec[pg_vec_pos].buffer +
603 struct pgv *pg_vec,
612 p1->pkbdq = pg_vec;
613 pbd = (struct tpacket_block_desc *)pg_vec[0].buffer;
614 p1->pkblk_start = pg_vec[0].buffer;
2084 if (likely(po->tx_ring.pg_vec)) {
2582 if (po->tx_ring.pg_vec)
2626 if (po->rx_ring.pg_vec) {
2631 if (po->tx_ring.pg_vec) {
3278 if (po->rx_ring.pg_vec || p
601 init_prb_bdqc(struct packet_sock *po, struct packet_ring_buffer *rb, struct pgv *pg_vec, union tpacket_req_u *req_u, int tx_ring) argument
3672 free_pg_vec(struct pgv *pg_vec, unsigned int order, unsigned int len) argument
3718 struct pgv *pg_vec; local
3743 struct pgv *pg_vec = NULL; local
[all...]
H A Dinternal.h57 struct pgv *pg_vec; member in struct:packet_ring_buffer
H A Ddiag.c76 if (!ring->pg_vec || ((ver > TPACKET_V2) &&

Completed in 65 milliseconds