Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dudp.h165 #define udp_portaddr_for_each_entry(__sk, list) \ argument
168 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument
171 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
Dipv6.h313 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk()
345 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk()
355 #define inet6_rcv_saddr(__sk) NULL argument
356 #define inet_v6_ipv6only(__sk) 0 argument
/linux-6.8/include/net/
Dsock.h859 #define sk_for_each(__sk, list) \ argument
861 #define sk_for_each_rcu(__sk, list) \ argument
863 #define sk_nulls_for_each(__sk, node, list) \ argument
865 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
867 #define sk_for_each_from(__sk) \ argument
869 #define sk_nulls_for_each_from(__sk, node) \ argument
872 #define sk_for_each_safe(__sk, tmp, list) \ argument
874 #define sk_for_each_bound(__sk, list) \ argument
1162 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1699 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument
[all …]
Daf_vsock.h25 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
/linux-6.8/net/vmw_vsock/
Dvsock_bpf.c15 #define vsock_sk_has_data(__sk, __psock) \ argument
/linux-6.8/net/ipv4/
Dudp_bpf.c35 #define udp_msg_has_data(__sk, __psock) \ argument
Dinet_connection_sock.c230 #define sk_for_each_bound_bhash(__sk, __tb2, __tb) \ argument
/linux-6.8/net/unix/
Dunix_bpf.c9 #define unix_sk_has_data(__sk, __psock) \ argument
/linux-6.8/include/net/iucv/
Daf_iucv.h108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
/linux-6.8/net/l2tp/
Dl2tp_ppp.c121 struct sock *__sk; /* Copy of .sk, for cleanup */ member
/linux-6.8/include/net/bluetooth/
Dbluetooth.h375 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
/linux-6.8/net/rxrpc/
Dar-internal.h174 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument