|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.167, 2003/06/23 11:02:14 | version 1.168, 2003/06/30 01:21:11 | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| { | { | ||
| if (pfil_run_hooks(&inet_pfil_hook, &m, m->m_pkthdr.rcvif, | if (pfil_run_hooks(&inet_pfil_hook, &m, m->m_pkthdr.rcvif, | ||
| PFIL_IN) != 0) | PFIL_IN) != 0) | ||
| return; | return; | ||
| if (m == NULL) | if (m == NULL) | ||
| return; | return; | ||
| ip = mtod(m, struct ip *); | ip = mtod(m, struct ip *); |