Symbol: atalk_iface
include/linux/atalk.h
117
static inline struct atalk_iface *atalk_find_dev(struct net_device *dev)
include/linux/atalk.h
129
extern void aarp_probe_network(struct atalk_iface *atif);
include/linux/atalk.h
130
extern int aarp_proxy_probe_network(struct atalk_iface *atif,
include/linux/atalk.h
143
extern struct atalk_iface *atalk_interfaces;
include/linux/atalk.h
32
struct atalk_iface *next;
net/appletalk/aarp.c
451
void aarp_probe_network(struct atalk_iface *atif)
net/appletalk/aarp.c
466
int aarp_proxy_probe_network(struct atalk_iface *atif, struct atalk_addr *sa)
net/appletalk/aarp.c
708
struct atalk_iface *ifa;
net/appletalk/atalk_proc.c
17
static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos)
net/appletalk/atalk_proc.c
19
struct atalk_iface *i;
net/appletalk/atalk_proc.c
38
struct atalk_iface *i;
net/appletalk/atalk_proc.c
61
struct atalk_iface *iface;
net/appletalk/ddp.c
1407
struct atalk_iface *atif;
net/appletalk/ddp.c
204
struct atalk_iface *atalk_interfaces;
net/appletalk/ddp.c
217
struct atalk_iface **iface = &atalk_interfaces;
net/appletalk/ddp.c
218
struct atalk_iface *tmp;
net/appletalk/ddp.c
233
static struct atalk_iface *atif_add_device(struct net_device *dev,
net/appletalk/ddp.c
236
struct atalk_iface *iface = kzalloc_obj(*iface);
net/appletalk/ddp.c
256
static int atif_probe_device(struct atalk_iface *atif)
net/appletalk/ddp.c
303
static int atif_proxy_probe_device(struct atalk_iface *atif,
net/appletalk/ddp.c
350
struct atalk_iface *iface = dev->atalk_ptr;
net/appletalk/ddp.c
356
struct atalk_iface *fiface = NULL;
net/appletalk/ddp.c
358
struct atalk_iface *iface;
net/appletalk/ddp.c
389
static struct atalk_iface *atalk_find_anynet(int node, struct net_device *dev)
net/appletalk/ddp.c
391
struct atalk_iface *iface = dev->atalk_ptr;
net/appletalk/ddp.c
408
static struct atalk_iface *atalk_find_interface(__be16 net, int node)
net/appletalk/ddp.c
410
struct atalk_iface *iface;
net/appletalk/ddp.c
514
struct atalk_iface *iface, *riface;
net/appletalk/ddp.c
677
struct atalk_iface *atif;
net/appletalk/ddp.c
89
struct atalk_iface *atif)