Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dipx.h95 struct ipx_sock { struct
112 static inline struct ipx_sock *ipx_sk(struct sock *sk) in ipx_sk() argument
114 return (struct ipx_sock *)sk; in ipx_sk()