Searched defs:itf (Results 1 - 4 of 4) sorted by relevance

/net/atm/
H A Dclip.c51 static int to_atmarpd(enum atmarp_ctrl_type type, int itf, __be32 ip) argument
65 ctrl->itf_num = itf;
H A Dcommon.c466 int vcc_connect(struct socket *sock, int itf, short vpi, int vci) argument
499 if (likely(itf != ATM_ITF_ANY)) {
500 dev = try_then_request_module(atm_dev_lookup(itf),
501 "atm-device-%d", itf);
828 pvc.sap_addr.itf = vcc->dev->number;
H A Dlec.c829 int itf; member in struct:lec_state
911 dev = state->dev ? state->dev : dev_lec[state->itf];
927 for (; state->itf < MAX_LEC_ITF; state->itf++) {
939 state->itf = 0;
H A Dmpc.c127 static struct mpoa_client *find_mpc_by_itfnum(int itf) argument
133 if (mpc->dev_num == itf)
269 static struct net_device *find_lec_by_itfnum(int itf) argument
274 sprintf(name, "lec%d", itf);
815 dprintk("allocating new mpc for itf %d\n", arg);
824 pr_info("mpoad is already present for itf %d\n", arg);

Completed in 23 milliseconds