trifp            1047 net/if_trunk.c 	struct ifnet *trifp = NULL;
trifp            1062 net/if_trunk.c 	trifp = &tr->tr_ac.ac_if;
trifp            1069 net/if_trunk.c 	if (trifp->if_bpf)
trifp            1070 net/if_trunk.c 		bpf_mtap_hdr(trifp->if_bpf, (char *)eh, ETHER_HDR_LEN, m,
trifp            1074 net/if_trunk.c 	trifp->if_ipackets++;
trifp            1079 net/if_trunk.c 	if (error && trifp != NULL)
trifp            1080 net/if_trunk.c 		trifp->if_ierrors++;