Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dcompat.h58 #define inet_sk(__sk) (&(((struct sock *)__sk)->protinfo.af_inet)) argument
59 #define inet6_sk(__sk) (&(((struct sock *)__sk)->net_pinfo.af_inet6)) argument
Dsctp.h584 #define sctp_sk(__sk) (&(((struct sock *)__sk)->tp_pinfo.af_sctp)) argument
/linux-2.4.37.9/include/net/
Dsock.h551 #define sock_lock_init(__sk) \ argument
755 #define sk_add_backlog(__sk, __skb) \ argument
856 #define lock_sock(__sk) \ argument
864 #define release_sock(__sk) \ argument
874 #define bh_lock_sock(__sk) spin_lock(&((__sk)->lock.slock)) argument
875 #define bh_unlock_sock(__sk) spin_unlock(&((__sk)->lock.slock)) argument
Dtcp.h233 #define TCP_IPV4_MATCH(__sk, __cookie, __saddr, __daddr, __ports, __dif)\ argument
239 #define TCP_IPV4_MATCH(__sk, __cookie, __saddr, __daddr, __ports, __dif)\ argument
246 #define TCP_IPV6_MATCH(__sk, __saddr, __daddr, __ports, __dif) \ argument
/linux-2.4.37.9/net/netlink/
Daf_netlink.c89 #define nlk_sk(__sk) ((__sk)->protinfo.af_netlink) argument