ipx_interface      76 include/net/ipx.h 	struct ipx_interface	*ir_intrfc;
ipx_interface      99 include/net/ipx.h 	struct ipx_interface	*intrfc;
ipx_interface     126 include/net/ipx.h struct ipx_interface *ipx_interfaces_head(void);
ipx_interface     129 include/net/ipx.h extern struct ipx_interface *ipx_primary_net;
ipx_interface     135 include/net/ipx.h const char *ipx_device_name(struct ipx_interface *intrfc);
ipx_interface     137 include/net/ipx.h static __inline__ void ipxitf_hold(struct ipx_interface *intrfc)
ipx_interface     142 include/net/ipx.h void ipxitf_down(struct ipx_interface *intrfc);
ipx_interface     143 include/net/ipx.h struct ipx_interface *ipxitf_find_using_net(__be32 net);
ipx_interface     144 include/net/ipx.h int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node);
ipx_interface     146 include/net/ipx.h int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
ipx_interface     148 include/net/ipx.h void ipxrtr_del_routes(struct ipx_interface *intrfc);
ipx_interface     155 include/net/ipx.h static __inline__ void ipxitf_put(struct ipx_interface *intrfc)