/linux/include/linux/ |
A D | udp.h | 154 #define udp_portaddr_for_each_entry(__sk, list) \ argument 157 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument 160 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
|
A D | ipv6.h | 332 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk() 369 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk() 385 #define inet6_rcv_saddr(__sk) NULL argument 386 #define tcp_twsk_ipv6only(__sk) 0 argument 387 #define inet_v6_ipv6only(__sk) 0 argument
|
/linux/include/net/ |
A D | ping.h | 19 #define ping_portaddr_for_each_entry(__sk, node, list) \ argument
|
A D | inet6_hashtables.h | 108 #define INET6_MATCH(__sk, __net, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
A D | sock.h | 807 #define sk_for_each(__sk, list) \ argument 809 #define sk_for_each_rcu(__sk, list) \ argument 811 #define sk_nulls_for_each(__sk, node, list) \ argument 813 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument 815 #define sk_for_each_from(__sk) \ argument 817 #define sk_nulls_for_each_from(__sk, node) \ argument 820 #define sk_for_each_safe(__sk, tmp, list) \ argument 822 #define sk_for_each_bound(__sk, list) \ argument 1089 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument 1653 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument [all …]
|
A D | inet_hashtables.h | 310 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument 320 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
A D | af_vsock.h | 24 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
|
/linux/net/ipv4/ |
A D | udp_bpf.c | 36 #define udp_msg_has_data(__sk, __psock) \ argument
|
/linux/net/unix/ |
A D | unix_bpf.c | 9 #define unix_sk_has_data(__sk, __psock) \ argument
|
/linux/include/net/iucv/ |
A D | af_iucv.h | 108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
|
/linux/net/l2tp/ |
A D | l2tp_ppp.c | 121 struct sock *__sk; /* Copy of .sk, for cleanup */ member
|
/linux/include/net/bluetooth/ |
A D | bluetooth.h | 311 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
|
/linux/net/rxrpc/ |
A D | ar-internal.h | 162 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
|