Home
last modified time | relevance | path

Searched defs:__sk (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/
H A Dsock.h947 #define sk_for_each(__sk, list) \ argument
949 #define sk_for_each_rcu(__sk, list) \ argument
951 #define sk_nulls_for_each(__sk, node, list) \ argument
953 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
955 #define sk_for_each_from(__sk) \ argument
957 #define sk_nulls_for_each_from(__sk, node) \ argument
960 #define sk_for_each_safe(__sk, tmp, list) \ argument
962 #define sk_for_each_bound(__sk, list) \ argument
964 #define sk_for_each_bound_safe(__sk, tmp, list) \ argument
1225 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
[all …]
H A Daf_vsock.h26 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
/linux/include/linux/
H A Dipv6.h343 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk()
375 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk()
385 #define inet6_rcv_saddr(__sk) NULL argument
386 #define inet_v6_ipv6only(__sk) 0 argument
/linux/net/vmw_vsock/
H A Dvsock_bpf.c15 #define vsock_sk_has_data(__sk, __psock) \ argument
/linux/net/ipv4/
H A Dudp_bpf.c34 #define udp_msg_has_data(__sk, __psock) \ argument
H A Dinet_connection_sock.c221 #define sk_for_each_bound_bhash(__sk, __tb2, __tb) \ argument
/linux/net/unix/
H A Dunix_bpf.c10 #define unix_sk_has_data(__sk, __psock) \ argument
/linux/include/net/iucv/
H A Daf_iucv.h108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
/linux/net/rxrpc/
H A Dar-internal.h184 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument