Searched refs:ipf_frag (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_frag.c | 514 fra = ipfr_frag_new(softc, softf, fin, pass, softf->ipfr_heads, &softc->ipf_frag); in ipf_frag_new() 523 RWLOCK_EXIT(&softc->ipf_frag); in ipf_frag_new() 875 &softc->ipf_frag); in ipf_frag_known() 904 RWLOCK_EXIT(&softc->ipf_frag); in ipf_frag_known() 1001 WRITE_ENTER(&softc->ipf_frag); in ipf_frag_clear() 1007 RWLOCK_EXIT(&softc->ipf_frag); in ipf_frag_clear() 1045 WRITE_ENTER(&softc->ipf_frag); in ipf_frag_expire() 1056 RWLOCK_EXIT(&softc->ipf_frag); in ipf_frag_expire()
|
| D | ip_fil.h | 1517 ipfrwlock_t ipf_frag; member
|
| D | fil.c | 9023 RWLOCK_INIT(&softc->ipf_frag, "ipf frag rwlock"); 9092 RW_DESTROY(&softc->ipf_frag);
|
| /freebsd-12-stable/sbin/ipf/ipftest/ |
| D | ipftest.c | 29 ipfrwlock_t ipf_frag, ipf_state, ipf_nat, ipf_natfrag, ipf_authlk; variable
|