Searched defs:__sk (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/include/linux/ |
D | udp.h | 150 #define udp_portaddr_for_each_entry(__sk, list) \ argument 153 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument 156 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
|
D | ipv6.h | 334 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() 379 #define inet6_rcv_saddr(__sk) NULL argument 380 #define inet_v6_ipv6only(__sk) 0 argument
|
/Linux-v6.1/include/net/ |
D | sock.h | 880 #define sk_for_each(__sk, list) \ argument 882 #define sk_for_each_rcu(__sk, list) \ argument 884 #define sk_nulls_for_each(__sk, node, list) \ argument 886 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument 888 #define sk_for_each_from(__sk) \ argument 890 #define sk_nulls_for_each_from(__sk, node) \ argument 893 #define sk_for_each_safe(__sk, tmp, list) \ argument 895 #define sk_for_each_bound(__sk, list) \ argument 897 #define sk_for_each_bound_bhash2(__sk, list) \ argument 1171 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument [all …]
|
D | af_vsock.h | 25 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
|
/Linux-v6.1/net/ipv4/ |
D | udp_bpf.c | 35 #define udp_msg_has_data(__sk, __psock) \ argument
|
D | ping.c | 52 #define ping_portaddr_for_each_entry(__sk, node, list) \ argument 54 #define ping_portaddr_for_each_entry_rcu(__sk, node, list) \ argument
|
/Linux-v6.1/net/unix/ |
D | unix_bpf.c | 9 #define unix_sk_has_data(__sk, __psock) \ argument
|
/Linux-v6.1/include/net/iucv/ |
D | af_iucv.h | 108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
|
/Linux-v6.1/net/l2tp/ |
D | l2tp_ppp.c | 121 struct sock *__sk; /* Copy of .sk, for cleanup */ member
|
/Linux-v6.1/include/net/bluetooth/ |
D | bluetooth.h | 358 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
|
/Linux-v6.1/net/rxrpc/ |
D | ar-internal.h | 154 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument
|