Searched refs:del_if (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/net/wanrouter/ |
D | wanmain.c | 872 if (wandev->del_if) in device_new_if() 873 wandev->del_if(wandev, dev); in device_new_if() 1011 if (wandev->del_if) 1012 wandev->del_if(wandev, dev);
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla_ft1.c | 196 card->wandev.del_if = NULL; in wpft1_init()
|
D | cycx_x25.c | 126 del_if (wan_device_t *wandev, struct net_device *dev); 313 card->wandev.del_if = del_if; in cyx_init() 434 static int del_if (wan_device_t *wandev, struct net_device *dev) in del_if() function
|
D | wanpipe_multppp.c | 144 static int del_if (wan_device_t* wandev, netdevice_t* dev); 319 card->wandev.del_if = &del_if; in wsppp_init() 647 static int del_if (wan_device_t* wandev, netdevice_t* dev) in del_if() function
|
D | sdla_ppp.c | 246 static int del_if(wan_device_t *wandev, netdevice_t *dev); 414 card->wandev.del_if = &del_if; in wpp_init() 658 static int del_if(wan_device_t *wandev, netdevice_t *dev) in del_if() function
|
D | sdla_fr.c | 340 static int del_if(wan_device_t *wandev, netdevice_t *dev); 709 card->wandev.del_if = &del_if; in wpf_init() 1090 static int del_if (wan_device_t* wandev, netdevice_t* dev) in del_if() function
|
D | sdla_x25.c | 345 static int del_if (wan_device_t* wandev, netdevice_t* dev); 749 card->wandev.del_if = &del_if; in wpx_init() 1056 static int del_if (wan_device_t* wandev, netdevice_t* dev) in del_if() function
|
D | sdla_chdlc.c | 441 card->wandev.del_if = NULL; in wpc_init()
|
/linux-2.4.37.9/include/linux/ |
D | wanrouter.h | 532 int (*del_if) (struct wan_device *wandev, netdevice_t *dev); member
|