Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dudp.h193 #define udp_portaddr_for_each_entry(__sk, list) \ argument
196 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument
199 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
H A Dipv6.h329 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk()
361 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk()
371 #define inet6_rcv_saddr(__sk) NULL argument
372 #define inet_v6_ipv6only(__sk) 0 argument
/openbmc/linux/include/net/
H A Dsock.h886 #define sk_for_each(__sk, list) \ argument
888 #define sk_for_each_rcu(__sk, list) \ argument
890 #define sk_nulls_for_each(__sk, node, list) \ argument
892 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
894 #define sk_for_each_from(__sk) \ argument
896 #define sk_nulls_for_each_from(__sk, node) \ argument
899 #define sk_for_each_safe(__sk, tmp, list) \ argument
901 #define sk_for_each_bound(__sk, list) \ argument
903 #define sk_for_each_bound_bhash2(__sk, list) \ argument
1191 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
[all …]
H A Daf_vsock.h25 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
/openbmc/linux/net/vmw_vsock/
H A Dvsock_bpf.c15 #define vsock_sk_has_data(__sk, __psock) \ argument
/openbmc/linux/net/ipv4/
H A Dudp_bpf.c35 #define udp_msg_has_data(__sk, __psock) \ argument
/openbmc/linux/net/unix/
H A Dunix_bpf.c9 #define unix_sk_has_data(__sk, __psock) \ argument
/openbmc/linux/include/net/iucv/
H A Daf_iucv.h108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
/openbmc/linux/net/l2tp/
H A Dl2tp_ppp.c121 struct sock *__sk; /* Copy of .sk, for cleanup */ member
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h377 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
/openbmc/linux/net/rxrpc/
H A Dar-internal.h173 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument