Searched defs:__sk (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | udp.h | 216 #define udp_portaddr_for_each_entry(__sk, list) \ argument 219 #define udp_portaddr_for_each_entry_from(__sk) \ argument 222 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument 230 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
|
| A D | ipv6.h | 323 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk() 355 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk() 365 #define inet6_rcv_saddr(__sk) NULL argument 366 #define inet_v6_ipv6only(__sk) 0 argument
|
| /include/net/ |
| A D | sock.h | 905 #define sk_for_each(__sk, list) \ argument 907 #define sk_for_each_rcu(__sk, list) \ argument 909 #define sk_nulls_for_each(__sk, node, list) \ argument 911 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument 913 #define sk_for_each_from(__sk) \ argument 915 #define sk_nulls_for_each_from(__sk, node) \ argument 918 #define sk_for_each_safe(__sk, tmp, list) \ argument 920 #define sk_for_each_bound(__sk, list) \ argument 922 #define sk_for_each_bound_safe(__sk, tmp, list) \ argument 1183 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument [all …]
|
| A D | af_vsock.h | 25 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
|
| /include/net/iucv/ |
| A D | af_iucv.h | 108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
|
| /include/net/bluetooth/ |
| A D | bluetooth.h | 386 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
|
Completed in 42 milliseconds