Searched refs:TPACKET_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
144 #define TPACKET_ALIGNMENT 16 macro145 #define TPACKET_ALIGN(x) (((x)+TPACKET_ALIGNMENT-1)&~(TPACKET_ALIGNMENT-1))
56 # define __aligned_tpacket __attribute__((aligned(TPACKET_ALIGNMENT)))633 ring->req.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v1_v2_fill()654 ring->req3.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v3_fill()
381 - Start. Frame must be aligned to TPACKET_ALIGNMENT=16383 - pad to TPACKET_ALIGNMENT=16386 TPACKET_ALIGNMENT=16388 - Start+tp_net: Packet data, aligned to TPACKET_ALIGNMENT=16.389 - Pad to align to TPACKET_ALIGNMENT=16396 - tp_frame_size must be a multiple of TPACKET_ALIGNMENT
4418 if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1))) in packet_set_ring()
Completed in 14 milliseconds