svn commit: r327559 - in head: . sys/net

Eugene Grosbein eugen at grosbein.net
Fri Jan 5 18:24:22 UTC 2018


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.



More information about the svn-src-head mailing list