Searched refs:TPACKET_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
141 #define TPACKET_ALIGNMENT 16 macro142 #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()
372 - Start. Frame must be aligned to TPACKET_ALIGNMENT=16374 - pad to TPACKET_ALIGNMENT=16377 TPACKET_ALIGNMENT=16379 - Start+tp_net: Packet data, aligned to TPACKET_ALIGNMENT=16.380 - Pad to align to TPACKET_ALIGNMENT=16387 tp_frame_size must be a multiple of TPACKET_ALIGNMENT
4322 if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1))) in packet_set_ring()