Searched refs:newifp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 3786 static void *fr_ifsync(action, v, newname, oldname, newifp, oldifp, ifs) in fr_ifsync() argument 3789 void *newifp, *oldifp; 3803 rval = newifp; 3812 if (newifp == oldifp) 3971 static void fr_syncindex(rules, ifp, newifp) in fr_syncindex() argument 3974 void *newifp; 3985 fr->fr_ifas[i] = newifp; 3989 fr->fr_tifs[i].fd_ifp = newifp; 3993 fr->fr_dif.fd_ifp = newifp; 4020 void fr_ifindexsync(ifp, newifp, ifs) in fr_ifindexsync() argument [all …]
|
H A D | ip_nat.c | 4983 void fr_natifindexsync(ifp, newifp, ifs) in fr_natifindexsync() argument 4985 void *newifp; 4995 nat->nat_ifps[0] = newifp; 4998 nat->nat_ifps[1] = newifp; 5003 n->in_ifps[0] = newifp; 5006 n->in_ifps[1] = newifp;
|
H A D | ip_state.c | 3266 void fr_stateifindexsync(ifp, newifp, ifs) in fr_stateifindexsync() argument 3268 void *newifp; 3280 is->is_ifp[i] = newifp;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rdisc.c | 471 if_rewire_rdisc(struct interface *oldifp, struct interface *newifp) in if_rewire_rdisc() argument 478 drp->dr_ifp = newifp; in if_rewire_rdisc() 479 drp->dr_pref += (newifp->int_metric - oldifp->int_metric); in if_rewire_rdisc()
|
H A D | table.c | 996 kern_rewire_ifp(struct interface *oldifp, struct interface *newifp) in kern_rewire_ifp() argument 1004 k->k_ifp = newifp; in kern_rewire_ifp() 1007 newifp->int_name); in kern_rewire_ifp()
|