Searched defs:__size (Results  1 – 8 of 8) sorted by relevance
| /include/xen/interface/io/ | 
| D | ring.h | 139 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do {                      \  argument 146 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size)  argument 153 #define BACK_RING_ATTACH(_r, _s, _i, __size) do {                       \  argument 160 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size)  argument
  | 
| /include/linux/netfilter_arp/ | 
| D | arp_tables.h | 29 #define ARPT_ENTRY_INIT(__size)						       \  argument
  | 
| /include/linux/netfilter_ipv4/ | 
| D | ip_tables.h | 43 #define IPT_ENTRY_INIT(__size)						       \  argument
  | 
| /include/uapi/linux/netfilter/ | 
| D | x_tables.h | 57 #define XT_TARGET_INIT(__name, __size)					       \  argument
  | 
| /include/uapi/linux/netfilter_ipv6/ | 
| D | ip6_tables.h | 142 #define IP6T_ENTRY_INIT(__size)						       \  argument
  | 
| /include/linux/ | 
| D | socket.h | 154 static inline struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size,  in __cmsg_nxthdr()
  | 
| D | dma-mapping.h | 81 	u64 __size;  member
  | 
| /include/net/netfilter/ | 
| D | nf_tables.h | 540 #define nft_setelem_expr_foreach(__expr, __elem_expr, __size)		\  argument
  |