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