Searched refs:new_if (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/net/wanrouter/ |
D | wanmain.c | 761 if ((wandev->state == WAN_UNCONFIGURED) || (wandev->new_if == NULL)) in device_new_if() 798 err = wandev->new_if(wandev, (netdevice_t *)pppdev, &conf); in device_new_if() 813 err = wandev->new_if(wandev, dev, &conf); in device_new_if() 825 err = wandev->new_if(wandev, dev, &conf); in device_new_if()
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla_ft1.c | 195 card->wandev.new_if = NULL; in wpft1_init()
|
D | cycx_x25.c | 124 new_if (wan_device_t *wandev, struct net_device *dev, 312 card->wandev.new_if = new_if; in cyx_init() 345 static int new_if (wan_device_t *wandev, struct net_device *dev, in new_if() function
|
D | wanpipe_multppp.c | 142 static int new_if (wan_device_t* wandev, netdevice_t* dev, 318 card->wandev.new_if = &new_if; in wsppp_init() 539 static int new_if (wan_device_t* wandev, netdevice_t* pdev, wanif_conf_t* conf) in new_if() function
|
D | sdla_ppp.c | 245 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf); 413 card->wandev.new_if = &new_if; in wpp_init() 525 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf) in new_if() function
|
D | sdla_chdlc.c | 197 static int new_if (wan_device_t* wandev, netdevice_t* dev, 440 card->wandev.new_if = &new_if; in wpc_init() 696 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if() function
|
D | sdla_fr.c | 339 static int new_if(wan_device_t *wandev, netdevice_t *dev, wanif_conf_t *conf); 708 card->wandev.new_if = &new_if; in wpf_init() 820 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if() function
|
D | sdla_x25.c | 343 static int new_if (wan_device_t* wandev, netdevice_t* dev, 748 card->wandev.new_if = &new_if; in wpx_init() 912 static int new_if (wan_device_t* wandev, netdevice_t* dev, wanif_conf_t* conf) in new_if() function
|
/linux-2.4.37.9/include/linux/ |
D | wanrouter.h | 530 int (*new_if) (struct wan_device *wandev, netdevice_t *dev, member
|