Lines Matching refs:ipx_interface
55 struct ipx_interface { struct
81 struct ipx_interface *ir_intrfc; argument
104 struct ipx_interface *intrfc;
131 struct ipx_interface *ipx_interfaces_head(void);
134 extern struct ipx_interface *ipx_primary_net;
140 const char *ipx_device_name(struct ipx_interface *intrfc);
142 static __inline__ void ipxitf_hold(struct ipx_interface *intrfc) in ipxitf_hold()
147 void ipxitf_down(struct ipx_interface *intrfc);
148 struct ipx_interface *ipxitf_find_using_net(__be32 net);
149 int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node);
151 int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
153 void ipxrtr_del_routes(struct ipx_interface *intrfc);
160 static __inline__ void ipxitf_put(struct ipx_interface *intrfc) in ipxitf_put()