Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dudp.h148 #define udp_portaddr_for_each_entry(__sk, list) \ argument
151 #define udp_portaddr_for_each_entry_rcu(__sk, list) \ argument
154 #define IS_UDPLITE(__sk) (__sk->sk_protocol == IPPROTO_UDPLITE) argument
H A Dipv6.h333 static inline struct ipv6_pinfo *inet6_sk(const struct sock *__sk) in inet6_sk()
370 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk()
386 #define inet6_rcv_saddr(__sk) NULL argument
387 #define tcp_twsk_ipv6only(__sk) 0 argument
388 #define inet_v6_ipv6only(__sk) 0 argument
/OK3568_Linux_fs/kernel/include/net/
H A Dping.h19 #define ping_portaddr_for_each_entry(__sk, node, list) \ argument
H A Dsock.h839 #define sk_for_each(__sk, list) \ argument
841 #define sk_for_each_rcu(__sk, list) \ argument
843 #define sk_nulls_for_each(__sk, node, list) \ argument
845 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
847 #define sk_for_each_from(__sk) \ argument
849 #define sk_nulls_for_each_from(__sk, node) \ argument
852 #define sk_for_each_safe(__sk, tmp, list) \ argument
854 #define sk_for_each_bound(__sk, list) \ argument
1117 #define sk_wait_event(__sk, __timeo, __condition, __wait) \ argument
1640 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument
[all …]
H A Daf_vsock.h24 #define vsock_sk(__sk) ((struct vsock_sock *)__sk) argument
/OK3568_Linux_fs/kernel/include/net/iucv/
H A Daf_iucv.h108 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h289 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ppp.c121 struct sock *__sk; /* Copy of .sk, for cleanup */ member
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dar-internal.h152 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument