Searched refs:TPACKET_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
140 #define TPACKET_ALIGNMENT 16 macro141 #define TPACKET_ALIGN(x) (((x)+TPACKET_ALIGNMENT-1)&~(TPACKET_ALIGNMENT-1))
71 # define __aligned_tpacket __attribute__((aligned(TPACKET_ALIGNMENT)))649 ring->req.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v1_v2_fill()670 ring->req3.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v3_fill()