Searched refs:ipf_frag_softc_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_frag.c | 95 static ipfr_t *ipfr_frag_new __P((ipf_main_softc_t *, ipf_frag_softc_t *, 98 static ipfr_t *ipf_frag_lookup __P((ipf_main_softc_t *, ipf_frag_softc_t *, fr_info_t *, ipfr_t **,… 103 static ipfr_t *ipfr_frag_new __P((ipf_main_softc_t *, ipf_frag_softc_t *, 105 static ipfr_t *ipf_frag_lookup __P((ipf_main_softc_t *, ipf_frag_softc_t *, fr_info_t *, ipfr_t **)… 111 static void ipf_frag_free __P((ipf_frag_softc_t *, ipfr_t *)); 116 { { (void *)offsetof(ipf_frag_softc_t, ipfr_size) }, 118 stsizeof(ipf_frag_softc_t, ipfr_size), 120 { { (void *)offsetof(ipf_frag_softc_t, ipfr_ttl) }, 122 stsizeof(ipf_frag_softc_t, ipfr_ttl), 180 ipf_frag_softc_t *softf; [all …]
|
| D | ip_frag.h | 92 } ipf_frag_softc_t; typedef
|
| D | mlfk_ipl.c | 522 ipf_frag_softc_t *frag_softc;
|