Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dudp.h91 #define udp_portaddr_for_each_entry(__sk, node, list) \ argument
94 #define udp_portaddr_for_each_entry_rcu(__sk, node, list) \ argument
97 #define IS_UDPLITE(__sk) (udp_sk(__sk)->pcflag) argument
Dipv6.h408 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk()
498 static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk) in inet6_sk()
514 #define __inet6_rcv_saddr(__sk) NULL argument
515 #define inet6_rcv_saddr(__sk) NULL argument
516 #define tcp_twsk_ipv6only(__sk) 0 argument
517 #define inet_v6_ipv6only(__sk) 0 argument
520 #define INET6_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif)\ argument
528 #define INET6_TW_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif) \ argument
/linux-3.3/include/net/
Dinet_hashtables.h302 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\ argument
307 #define INET_TW_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\ argument
314 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif) \ argument
320 #define INET_TW_MATCH(__sk, __net, __hash,__cookie, __saddr, __daddr, __ports, __dif) \ argument
Dping.h22 #define ping_portaddr_for_each_entry(__sk, node, list) \ argument
Dsock.h546 #define sk_for_each(__sk, node, list) \ argument
548 #define sk_for_each_rcu(__sk, node, list) \ argument
550 #define sk_nulls_for_each(__sk, node, list) \ argument
552 #define sk_nulls_for_each_rcu(__sk, node, list) \ argument
554 #define sk_for_each_from(__sk, node) \ argument
557 #define sk_nulls_for_each_from(__sk, node) \ argument
560 #define sk_for_each_safe(__sk, node, tmp, list) \ argument
562 #define sk_for_each_bound(__sk, node, list) \ argument
736 #define sk_wait_event(__sk, __timeo, __condition) \ argument
1323 #define bh_lock_sock(__sk) spin_lock(&((__sk)->sk_lock.slock)) argument
[all …]
Daf_unix.h65 #define unix_sk(__sk) ((struct unix_sock *)__sk) argument
Dax25.h248 #define ax25_sk(__sk) ((ax25_cb *)(__sk)->sk_protinfo) argument
/linux-3.3/include/net/bluetooth/
Dbluetooth.h156 #define bt_sk(__sk) ((struct bt_sock *) __sk) argument
/linux-3.3/include/net/iucv/
Daf_iucv.h101 #define iucv_sk(__sk) ((struct iucv_sock *) __sk) argument
/linux-3.3/net/rxrpc/
Dar-internal.h76 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument