Searched defs:__sk (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | udp.h | 138 #define udp_portaddr_for_each_entry(__sk, list) \ argument 141 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument 144 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
|
D | ipv6.h | 337 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk() 385 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk() 401 #define inet6_rcv_saddr(__sk) NULL argument 402 #define tcp_twsk_ipv6only(__sk) 0 argument 403 #define inet_v6_ipv6only(__sk) 0 argument
|
/include/net/ |
D | ping.h | 19 #define ping_portaddr_for_each_entry(__sk, node, list) \ argument
|
D | inet6_hashtables.h | 109 #define INET6_MATCH(__sk, __net, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
D | sock.h | 748 #define sk_for_each(__sk, list) \ argument 750 #define sk_for_each_rcu(__sk, list) \ argument 752 #define sk_nulls_for_each(__sk, node, list) \ argument 754 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument 756 #define sk_for_each_from(__sk) \ argument 758 #define sk_nulls_for_each_from(__sk, node) \ argument 761 #define sk_for_each_safe(__sk, tmp, list) \ argument 763 #define sk_for_each_bound(__sk, list) \ argument 1014 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1539 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument [all …]
|
D | inet_hashtables.h | 297 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument 307 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
D | af_vsock.h | 24 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
|
/include/net/iucv/ |
D | af_iucv.h | 108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
|
/include/net/bluetooth/ |
D | bluetooth.h | 243 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
|