Searched refs:__size (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | regset.h | 55 size_t __size = sizeof(__v); \ 56 if (unlikely(__size > __s->left)) { \ 57 __size = __s->left; \ 58 memcpy(__s->p, &__v, __size); \ 62 __s->p += __size; \ 63 __s->left -= __size; \
|
D | filter.h | 432 const int __size = bytes_to_bpf_size(sizeof(type)); \ 433 BUILD_BUG_ON(__size < 0); \ 434 __size; \ 439 const int __size = bytes_to_bpf_size(sizeof_field(type, field)); \ 440 BUILD_BUG_ON(__size < 0); \ 441 __size; \ 446 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \ 447 WARN_ON(__size < 0); \ 448 __size; \
|
D | socket.h | 141 static inline struct cmsghdr * __cmsg_nxthdr(void *__ctl, __kernel_size_t __size, in __cmsg_nxthdr() argument 147 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size) in __cmsg_nxthdr()
|
/include/xen/interface/io/ |
D | ring.h | 157 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument 160 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 164 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument 166 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument 169 (_r)->nr_ents = __RING_SIZE(_s, __size); \ 173 #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 32 .next_offset = (__size), \
|
/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 48 #define IPT_ENTRY_INIT(__size) \ argument 51 .next_offset = (__size), \
|
/include/uapi/linux/netfilter/ |
D | x_tables.h | 57 #define XT_TARGET_INIT(__name, __size) \ argument 60 .target_size = XT_ALIGN(__size), \
|
/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 142 #define IP6T_ENTRY_INIT(__size) \ argument 145 .next_offset = (__size), \
|