Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_ethersubr.c124 static inline bool ether_do_pcp(struct ifnet *, struct mbuf *);
473 if (ether_do_pcp(ifp, m) && !ether_set_pcp(&m, ifp, ifp->if_pcp)) in ether_output_frame()
1400 ether_do_pcp(struct ifnet *ifp, struct mbuf *m) in ether_do_pcp() function