Home
last modified time | relevance | path

Searched refs:new_if (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/net/wanrouter/
Dwanmain.c761 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/
Dsdla_ft1.c195 card->wandev.new_if = NULL; in wpft1_init()
Dcycx_x25.c124 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
Dwanpipe_multppp.c142 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
Dsdla_ppp.c245 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
Dsdla_chdlc.c197 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
Dsdla_fr.c339 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
Dsdla_x25.c343 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/
Dwanrouter.h530 int (*new_if) (struct wan_device *wandev, netdevice_t *dev, member