Home
last modified time | relevance | path

Searched refs:ipx_interface (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dipx.h55 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);
[all …]