Home
last modified time | relevance | path

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

/linux/net/packet/
H A Daf_packet.c2357 if (test_bit(slot_id, po->rx_ring.rx_owner_map)) in tpacket_rcv()
2359 __set_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
2484 __clear_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
4421 unsigned long *rx_owner_map = NULL; in packet_set_ring() local
4508 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
4510 if (!rx_owner_map) in packet_set_ring()
4543 swap(rb->rx_owner_map, rx_owner_map); in packet_set_ring()
4576 bitmap_free(rx_owner_map); in packet_set_ring()