Home
last modified time | relevance | path

Searched refs:__size (Results 1 – 6 of 6) sorted by relevance

/include/xen/interface/io/
Dring.h118 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument
121 (_r)->nr_ents = __RING_SIZE(_s, __size); \
125 #define BACK_RING_INIT(_r, _s, __size) do { \ argument
128 (_r)->nr_ents = __RING_SIZE(_s, __size); \
133 #define FRONT_RING_ATTACH(_r, _s, __size) do { \ argument
137 (_r)->nr_ents = __RING_SIZE(_s, __size); \
140 #define BACK_RING_ATTACH(_r, _s, __size) do { \ argument
144 (_r)->nr_ents = __RING_SIZE(_s, __size); \
/include/linux/netfilter_arp/
Darp_tables.h245 #define ARPT_ENTRY_INIT(__size) \ argument
248 .next_offset = (__size), \
/include/linux/netfilter_ipv4/
Dip_tables.h271 #define IPT_ENTRY_INIT(__size) \ argument
274 .next_offset = (__size), \
/include/linux/netfilter_ipv6/
Dip6_tables.h132 #define IP6T_ENTRY_INIT(__size) \ argument
135 .next_offset = (__size), \
/include/linux/
Dsocket.h129 __KINLINE struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size, in __cmsg_nxthdr() argument
135 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size) in __cmsg_nxthdr()
/include/linux/netfilter/
Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
60 .target_size = XT_ALIGN(__size), \