Searched defs:__sk (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | udp.h | 209 udp_portaddr_for_each_entry(__sk,list) global() argument 212 udp_portaddr_for_each_entry_rcu(__sk,list) global() argument 220 IS_UDPLITE(__sk) global() argument
|
H A D | ipv6.h | 365 #define inet_v6_ipv6only(__sk) 0 argument 323 inet6_sk(const struct sock * __sk) inet6_sk() argument 355 inet6_sk(const struct sock * __sk) inet6_sk() argument 366 inet_v6_ipv6only(__sk) global() argument
|
/linux/include/net/ |
H A D | sock.h | 915 #define sk_for_each(__sk, list) \ argument 917 #define sk_for_each_rcu(__sk, list) \ argument 920 hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node) argument 922 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node) argument 924 hlist_for_each_entry_from(__sk, sk_nod argument 907 sk_for_each(__sk,list) global() argument 909 sk_for_each_rcu(__sk,list) global() argument 911 sk_nulls_for_each(__sk,node,list) global() argument 913 sk_nulls_for_each_rcu(__sk,node,list) global() argument 1185 sk_wait_event(__sk,__timeo,__condition,__wait) global() argument 1677 bh_lock_sock(__sk) global() argument 1678 bh_lock_sock_nested(__sk) global() argument 1681 bh_unlock_sock(__sk) global() argument [all...] |
H A D | af_vsock.h | 25 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
|
/linux/net/vmw_vsock/ |
H A D | vsock_bpf.c | 15 #define vsock_sk_has_data(__sk, __psock) \ argument
|
/linux/net/ipv4/ |
H A D | udp_bpf.c | 35 #define udp_msg_has_data(__sk, __psock) \ argument
|
H A D | inet_connection_sock.c | 235 #define sk_for_each_bound_bhash(__sk, __tb2, __tb) \ argument
|
/linux/net/unix/ |
H A D | unix_bpf.c | 10 #define unix_sk_has_data(__sk, __psock) \ argument
|
/linux/include/net/iucv/ |
H A D | af_iucv.h | 108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
|
/linux/net/l2tp/ |
H A D | l2tp_ppp.c | 121 struct sock *__sk; /* Copy of .sk, for cleanup */ member
|
/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 386 bt_sk(__sk) global() argument
|
/linux/net/rxrpc/ |
H A D | ar-internal.h | 184 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
|