Searched refs:ipx_sock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipx.h96 struct ipx_sock { struct
97 /* struct sock has to be the first member of ipx_sock */
113 static inline struct ipx_sock *ipx_sk(struct sock *sk)
115 return (struct ipx_sock *)sk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Dipx_proc.c139 struct ipx_sock *ipxs;
180 struct ipx_sock *ipxs;
H A Daf_ipx.c270 struct ipx_sock *ipxs = ipx_sk(s);
295 struct ipx_sock *ipxs = ipx_sk(s);
396 struct ipx_sock *ipxs = ipx_sk(s);
1357 .obj_size = sizeof(struct ipx_sock),
1439 struct ipx_sock *ipxs = ipx_sk(sk);
1546 struct ipx_sock *ipxs = ipx_sk(sk);
1612 struct ipx_sock *ipxs = ipx_sk(sk);
1733 struct ipx_sock *ipxs = ipx_sk(sk);
1800 struct ipx_sock *ipxs = ipx_sk(sk);
H A Dipx_route.c175 struct ipx_sock *ipxs = ipx_sk(sk);

Completed in 117 milliseconds