Home
last modified time | relevance | path

Searched refs:ife (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c2199 ife->ic.cbdata = ife; in ta_prepare_add_ifidx()
2207 ife->no.name = ife->ic.iface->ifname; in ta_prepare_add_ifidx()
2209 tb->ife = ife; in ta_prepare_add_ifidx()
2229 ife = tb->ife; in ta_add_ifidx()
2231 ife->icfg = icfg; in ta_add_ifidx()
2268 tb->ife = NULL; in ta_add_ifidx()
2316 if (ife == NULL) in ta_del_ifidx()
2329 ife->linked = 0; in ta_del_ifidx()
2341 tb->ife = ife; in ta_del_ifidx()
2377 icfg = ife->icfg; in if_notifier()
[all …]
/f-stack/tools/compat/include/net/
H A Dethernet.h448 bool ether_8021q_frame(struct mbuf **mp, struct ifnet *ife,
/f-stack/freebsd/net/
H A Dethernet.h448 bool ether_8021q_frame(struct mbuf **mp, struct ifnet *ife,
H A Dif_ethersubr.c1367 ether_8021q_frame(struct mbuf **mp, struct ifnet *ife, struct ifnet *p, in ether_8021q_frame() argument
1396 if_printf(ife, "cannot pad short frame"); in ether_8021q_frame()
1427 if_printf(ife, "unable to prepend 802.1Q header"); in ether_8021q_frame()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c2714 struct ifmedia_entry *ife = ifm->ifm_cur; in arge_multiphy_mediachange() local
2719 if (IFM_SUBTYPE(ife->ifm_media) == IFM_AUTO) { in arge_multiphy_mediachange()