06.01.2018 1:03, Steven Hartland wrote:

> Is there a way to determine if the mbuf is a forwarded mbuf of not?

Yes: m->m_pkthdr.rcvif is defined in case of forwarding.
It is NULL for locally originated packets.

_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to