Searched refs:pfse_m (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 229 struct mbuf *pfse_m; member 1283 m_freem(pfse->pfse_m); in pf_cleanup() 2224 if (pf_isforlocal(pfse->pfse_m, AF_INET)) { in pf_intr() 2225 KASSERT(pfse->pfse_m->m_pkthdr.rcvif == V_loif, in pf_intr() 2228 pfse->pfse_m->m_flags |= M_SKIP_FIREWALL; in pf_intr() 2229 pfse->pfse_m->m_pkthdr.csum_flags |= in pf_intr() 2231 ip_input(pfse->pfse_m); in pf_intr() 2233 ip_output(pfse->pfse_m, NULL, NULL, 0, NULL, in pf_intr() 2239 icmp_error(pfse->pfse_m, pfse->icmpopts.type, in pf_intr() 2245 if (pf_isforlocal(pfse->pfse_m, AF_INET6)) { in pf_intr() [all …]
|