Lines Matching refs:ipx_interface
53 struct ipx_interface { struct
79 struct ipx_interface *ir_intrfc; argument
102 struct ipx_interface *intrfc;
129 struct ipx_interface *ipx_interfaces_head(void);
132 extern struct ipx_interface *ipx_primary_net;
138 const char *ipx_device_name(struct ipx_interface *intrfc);
140 static __inline__ void ipxitf_hold(struct ipx_interface *intrfc) in ipxitf_hold()
145 void ipxitf_down(struct ipx_interface *intrfc);
146 struct ipx_interface *ipxitf_find_using_net(__be32 net);
147 int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node);
149 int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
151 void ipxrtr_del_routes(struct ipx_interface *intrfc);
158 static __inline__ void ipxitf_put(struct ipx_interface *intrfc) in ipxitf_put()