Home
last modified time | relevance | path

Searched refs:rx_owner_map (Results 1 – 2 of 2) sorted by relevance

/net/packet/
Dinternal.h74 unsigned long *rx_owner_map; member
Daf_packet.c2427 if (test_bit(slot_id, po->rx_ring.rx_owner_map)) in tpacket_rcv()
2429 __set_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
2554 __clear_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
4477 unsigned long *rx_owner_map = NULL; in packet_set_ring() local
4564 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
4566 if (!rx_owner_map) in packet_set_ring()
4599 swap(rb->rx_owner_map, rx_owner_map); in packet_set_ring()
4632 bitmap_free(rx_owner_map); in packet_set_ring()