• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/

Lines Matching refs:ipx_interface

85 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 *i;
182 static struct ipx_interface *ipxitf_find_using_phys(struct net_device *dev,
185 struct ipx_interface *i;
195 struct ipx_interface *ipxitf_find_using_net(__be32 net)
197 struct ipx_interface *i;
218 static void ipxitf_insert_socket(struct ipx_interface *intrfc, struct sock *sk)
229 static struct sock *__ipxitf_find_socket(struct ipx_interface *intrfc,
244 static struct sock *ipxitf_find_socket(struct ipx_interface *intrfc,
259 static struct sock *ipxitf_find_internal_socket(struct ipx_interface *intrfc,
284 static void __ipxitf_down(struct ipx_interface *intrfc)
321 void ipxitf_down(struct ipx_interface *intrfc)
328 static __inline__ void __ipxitf_put(struct ipx_interface *intrfc)
338 struct ipx_interface *i, *tmp;
362 struct ipx_interface *i, *tmp;
383 static int ipxitf_demux_socket(struct ipx_interface *intrfc,
431 static struct sock *ncp_connection_hack(struct ipx_interface *intrfc,
468 static int ipxitf_demux_socket(struct ipx_interface *intrfc,
555 static struct sk_buff *ipxitf_adjust_skbuff(struct ipx_interface *intrfc,
583 int ipxitf_send(struct ipx_interface *intrfc, struct sk_buff *skb, char *node)
689 static int ipxitf_add_local_route(struct ipx_interface *intrfc)
694 static void ipxitf_discover_netnum(struct ipx_interface *intrfc,
696 static int ipxitf_pprop(struct ipx_interface *intrfc, struct sk_buff *skb);
698 static int ipxitf_rcv(struct ipx_interface *intrfc, struct sk_buff *skb)
752 static void ipxitf_discover_netnum(struct ipx_interface *intrfc,
759 struct ipx_interface *i =
804 static int ipxitf_pprop(struct ipx_interface *intrfc, struct sk_buff *skb)
808 struct ipx_interface *ifcs;
873 static void ipxitf_insert(struct ipx_interface *intrfc)
883 static struct ipx_interface *ipxitf_alloc(struct net_device *dev, __be32 netnum,
889 struct ipx_interface *intrfc = kmalloc(sizeof(*intrfc), GFP_ATOMIC);
909 struct ipx_interface *intrfc;
960 struct ipx_interface *intrfc;
1072 struct ipx_interface *intrfc;
1107 static struct ipx_interface *ipxitf_auto_create(struct net_device *dev,
1110 struct ipx_interface *intrfc = NULL;
1178 struct ipx_interface *ipxif;
1286 const char *ipx_device_name(struct ipx_interface *intrfc)
1414 static __be16 ipx_first_free_socketnum(struct ipx_interface *intrfc)
1440 struct ipx_interface *intrfc;
1671 struct ipx_interface *intrfc;