Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c8172 struct mbuf *msyn; in pf_test() local
8174 msyn = pf_syncookie_recreate_syn(h->ip_ttl, off, in pf_test()
8176 if (msyn == NULL) { in pf_test()
8181 action = pf_test(dir, pflags, ifp, &msyn, inp, in pf_test()
8183 m_freem(msyn); in pf_test()
8799 struct mbuf *msyn; in pf_test6() local
8801 msyn = pf_syncookie_recreate_syn(h->ip6_hlim, in pf_test6()
8803 if (msyn == NULL) { in pf_test6()
8808 action = pf_test6(dir, pflags, ifp, &msyn, inp, in pf_test6()
8810 m_freem(msyn); in pf_test6()