Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/packet/
H A Dinternal.h74 unsigned long *rx_owner_map; member
H A Daf_packet.c2327 if (test_bit(slot_id, po->rx_ring.rx_owner_map)) in tpacket_rcv()
2329 __set_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
2447 __clear_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
4342 unsigned long *rx_owner_map = NULL; in packet_set_ring() local
4429 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
4431 if (!rx_owner_map) in packet_set_ring()
4464 swap(rb->rx_owner_map, rx_owner_map); in packet_set_ring()
4497 bitmap_free(rx_owner_map); in packet_set_ring()
/kernel/linux/linux-6.6/net/packet/
H A Dinternal.h74 unsigned long *rx_owner_map; member
H A Daf_packet.c2366 if (test_bit(slot_id, po->rx_ring.rx_owner_map)) in tpacket_rcv()
2368 __set_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
2488 __clear_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
4394 unsigned long *rx_owner_map = NULL; in packet_set_ring() local
4481 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
4483 if (!rx_owner_map) in packet_set_ring()
4516 swap(rb->rx_owner_map, rx_owner_map); in packet_set_ring()
4549 bitmap_free(rx_owner_map); in packet_set_ring()

Completed in 12 milliseconds