Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dif_packet.h140 #define TPACKET_ALIGNMENT 16 macro
141 #define TPACKET_ALIGN(x) (((x)+TPACKET_ALIGNMENT-1)&~(TPACKET_ALIGNMENT-1))
/external/kernel-headers/original/uapi/linux/
Dif_packet.h141 #define TPACKET_ALIGNMENT 16 macro
142 #define TPACKET_ALIGN(x) (((x)+TPACKET_ALIGNMENT-1)&~(TPACKET_ALIGNMENT-1))
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c73 # define __aligned_tpacket __attribute__((aligned(TPACKET_ALIGNMENT)))
651 ring->req.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v1_v2_fill()
672 ring->req3.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v3_fill()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go2065 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_ppc64.go2123 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_arm.go2069 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_mips64.go2065 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_ppc64le.go2123 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_arm64.go2054 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_386.go2062 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_mips.go2065 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_s390x.go2123 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_mipsle.go2065 TPACKET_ALIGNMENT = 0x10 const
Dzerrors_linux_amd64.go2063 TPACKET_ALIGNMENT = 0x10 const