/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 57 union nf_conntrack_man_proto u; member 92 } u; member 106 union nf_conntrack_man_proto u; member 117 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 118 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 127 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 128 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 161 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 169 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 185 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() [all …]
|
/include/asm-m32r/ |
D | user.h | 48 #define HOST_TEXT_START_ADDR (u.start_code) 49 #define HOST_DATA_START_ADDR (u.start_data) 50 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
|
D | termios.h | 84 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 85 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 86 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 87 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
D | atomic.h | 250 static __inline__ int atomic_add_unless(atomic_t *v, int a, int u) in atomic_add_unless() argument 255 if (unlikely(c == (u))) in atomic_add_unless() 262 return c != (u); in atomic_add_unless()
|
/include/asm-mn10300/ |
D | termios.h | 83 #define user_termios_to_kernel_termios(k, u) \ argument 84 copy_from_user(k, u, sizeof(struct termios2)) 85 #define kernel_termios_to_user_termios(u, k) \ argument 86 copy_to_user(u, k, sizeof(struct termios2)) 87 #define user_termios_to_kernel_termios_1(k, u) \ argument 88 copy_from_user(k, u, sizeof(struct termios)) 89 #define kernel_termios_to_user_termios_1(u, k) \ argument 90 copy_to_user(u, k, sizeof(struct termios))
|
D | user.h | 50 #define HOST_TEXT_START_ADDR +(u.start_code) 51 #define HOST_STACK_END_ADDR +(u.start_stack + u.u_ssize * NBPG)
|
D | atomic.h | 124 #define atomic_add_unless(v, a, u) \ argument 128 while (c != (u) && (old = atomic_cmpxchg((v), c, c + (a))) != c) \ 130 c != (u); \
|
/include/asm-generic/ |
D | termios.h | 65 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument 72 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 73 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
D | atomic.h | 125 static inline long atomic_long_add_unless(atomic_long_t *l, long a, long u) in atomic_long_add_unless() argument 129 return (long)atomic64_add_unless(v, a, u); in atomic_long_add_unless() 242 static inline long atomic_long_add_unless(atomic_long_t *l, long a, long u) in atomic_long_add_unless() argument 246 return (long)atomic_add_unless(v, a, u); in atomic_long_add_unless()
|
/include/linux/nfsd/ |
D | syscall.h | 98 } u; member 99 #define ca_svc u.u_svc 100 #define ca_client u.u_client 101 #define ca_export u.u_export 102 #define ca_getfd u.u_getfd 103 #define ca_getfs u.u_getfs
|
D | xdr4.h | 92 } u; member 98 #define cr_linklen u.link.namelen 99 #define cr_linkname u.link.name 100 #define cr_specdata1 u.dev.specdata1 101 #define cr_specdata2 u.dev.specdata2 153 } u; member 166 #define lk_rflags u.ok.rflags 167 #define lk_resp_stateid u.ok.stateid 168 #define lk_denied u.denied 213 } u; member [all …]
|
/include/asm-frv/ |
D | user.h | 77 #define HOST_TEXT_START_ADDR (u.start_code) 78 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
|
D | atomic.h | 180 static __inline__ int atomic_add_unless(atomic_t *v, int a, int u) in atomic_add_unless() argument 185 if (unlikely(c == (u))) in atomic_add_unless() 192 return c != (u); in atomic_add_unless()
|
/include/net/ |
D | iw_handler.h | 529 memcpy(stream + lcp_len, &iwe->u, in iwe_stream_add_event() 545 int event_len = iwe_stream_point_len(info) + iwe->u.data.length; in iwe_stream_add_point() 554 ((char *) &iwe->u) + IW_EV_POINT_OFF, in iwe_stream_add_point() 556 memcpy(stream + point_len, extra, iwe->u.data.length); in iwe_stream_add_point() 580 memcpy(value, &iwe->u, event_len); in iwe_stream_add_value()
|
D | ip6_fib.h | 87 } u; member 91 #define rt6i_dev u.dst.dev 92 #define rt6i_nexthop u.dst.neighbour 93 #define rt6i_expires u.dst.expires
|
D | ipip.h | 43 ip_select_ident(iph, &rt->u.dst, NULL); \
|
/include/linux/netfilter/ |
D | xt_SECMARK.h | 23 } u; member
|
D | xt_conntrack.h | 42 } u; member 49 } u; member
|
D | xt_string.h | 27 } u; member
|
D | xt_statistic.h | 29 } u; member
|
D | x_tables.h | 27 } u; member 52 } u; member 59 .target.u.user = { \ 138 __i += __m->u.match_size) { \ 453 } u; member 470 } u; member
|
D | xt_hashlimit.h | 41 } u; member
|
/include/linux/usb/ |
D | gadgetfs.h | 59 } u; member
|
/include/xen/interface/ |
D | event_channel.h | 150 } u; member 193 } u; member
|
/include/linux/ |
D | cyclomx.h | 67 } u; member
|