intrfc             99 include/net/ipx.h 	struct ipx_interface	*intrfc;
intrfc            135 include/net/ipx.h const char *ipx_device_name(struct ipx_interface *intrfc);
intrfc            137 include/net/ipx.h static __inline__ void ipxitf_hold(struct ipx_interface *intrfc)
intrfc            139 include/net/ipx.h 	refcount_inc(&intrfc->refcnt);
intrfc            142 include/net/ipx.h void ipxitf_down(struct ipx_interface *intrfc);
intrfc            144 include/net/ipx.h int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node);
intrfc            146 include/net/ipx.h int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
intrfc            148 include/net/ipx.h void ipxrtr_del_routes(struct ipx_interface *intrfc);
intrfc            155 include/net/ipx.h static __inline__ void ipxitf_put(struct ipx_interface *intrfc)
intrfc            157 include/net/ipx.h 	if (refcount_dec_and_test(&intrfc->refcnt))
intrfc            158 include/net/ipx.h 		ipxitf_down(intrfc);