Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpf_norm.c334 struct pf_frent *frent, int mff) in pf_reassemble() argument
453 if (!mff) in pf_reassemble()
553 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, in pf_fragcache() argument
816 if (!mff) in pf_fragcache()
836 if (!mff && *frag != NULL) in pf_fragcache()
845 if (!mff && *frag != NULL) in pf_fragcache()
869 int mff = (h->ip_off & htons(IP_MF)); in pf_normalize_ip() local
925 if (!fragoff && !mff) in pf_normalize_ip()
943 if (mff && (ip_len & 0x7)) { in pf_normalize_ip()
977 *m0 = m = pf_reassemble(m0, &frag, frent, mff); in pf_normalize_ip()
[all …]
/dragonfly/crypto/openssh/
H A DCREDITS74 Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> - Security fixes