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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipx.h50 struct ipx_interface { struct
76 struct ipx_interface *ir_intrfc;
100 struct ipx_interface *intrfc;
128 extern struct ipx_interface *ipx_interfaces_head(void);
131 extern struct ipx_interface *ipx_primary_net;
137 extern const char *ipx_device_name(struct ipx_interface *intrfc);
139 static __inline__ void ipxitf_hold(struct ipx_interface *intrfc)
144 extern void ipxitf_down(struct ipx_interface *intrfc);
146 static __inline__ void ipxitf_put(struct ipx_interface *intrfc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Dipx_route.c21 extern struct ipx_interface *ipx_internal_net;
24 extern struct ipx_interface *ipxitf_find_using_net(__be32 net);
25 extern int ipxitf_demux_socket(struct ipx_interface *intrfc,
27 extern int ipxitf_demux_socket(struct ipx_interface *intrfc,
29 extern int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb,
31 extern struct ipx_interface *ipxitf_find_using_net(__be32 net);
52 int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
94 void ipxrtr_del_routes(struct ipx_interface *intrfc)
109 struct ipx_interface *intrfc;
176 struct ipx_interface *intrf
[all...]
H A Daf_ipx.c85 struct ipx_interface *ipx_primary_net;
86 struct ipx_interface *ipx_internal_net;
88 extern int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
90 extern void ipxrtr_del_routes(struct ipx_interface *intrfc);
97 struct ipx_interface *ipx_interfaces_head(void)
99 struct ipx_interface *rc = NULL;
103 struct ipx_interface, node);
133 struct ipx_interface *intrfc = ipx_sk(sk)->intrfc;
169 static struct ipx_interface *__ipxitf_find_using_phys(struct net_device *dev,
172 struct ipx_interface *
[all...]
H A Dipx_proc.c34 struct ipx_interface *i;
46 i = list_entry(v, struct ipx_interface, node);
106 struct ipx_interface *i;
138 struct ipx_interface *i;
165 i = list_entry(i->node.next, struct ipx_interface, node);

Completed in 588 milliseconds