/linux-4.19.296/include/linux/ |
D | udp.h | 118 #define udp_portaddr_for_each_entry(__sk, list) \ argument 121 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument 124 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
|
D | ipv6.h | 328 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk() 376 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk() 392 #define inet6_rcv_saddr(__sk) NULL argument 393 #define tcp_twsk_ipv6only(__sk) 0 argument 394 #define inet_v6_ipv6only(__sk) 0 argument
|
/linux-4.19.296/include/net/ |
D | ping.h | 23 #define ping_portaddr_for_each_entry(__sk, node, list) \ argument
|
D | inet6_hashtables.h | 113 #define INET6_MATCH(__sk, __net, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
D | sock.h | 750 #define sk_for_each(__sk, list) \ argument 752 #define sk_for_each_rcu(__sk, list) \ argument 754 #define sk_nulls_for_each(__sk, node, list) \ argument 756 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument 758 #define sk_for_each_from(__sk) \ argument 760 #define sk_nulls_for_each_from(__sk, node) \ argument 763 #define sk_for_each_safe(__sk, tmp, list) \ argument 765 #define sk_for_each_bound(__sk, list) \ argument 1021 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1548 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument [all …]
|
D | inet_hashtables.h | 289 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument 300 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
D | af_vsock.h | 32 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
|
/linux-4.19.296/include/net/iucv/ |
D | af_iucv.h | 103 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
|
/linux-4.19.296/include/net/bluetooth/ |
D | bluetooth.h | 243 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
|