Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dudp.h246 #define udp_portaddr_for_each_entry(__sk, list) \ argument
249 #define udp_portaddr_for_each_entry_from(__sk) \ argument
252 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument
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/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/include/net/
H A Daf_vsock.h26 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
/linux/net/ipv4/
H A Dinet_connection_sock.c221 #define sk_for_each_bound_bhash(__sk, __tb2, __tb) \ argument
/linux/net/l2tp/
H A Dl2tp_ppp.c122 struct sock *__sk; /* Copy of .sk, for cleanup */ member
/linux/net/rxrpc/
H A Dar-internal.h203 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument