Searched refs:ipfr_t (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | ip_frag.c | 95 static ipfr_t *ipfr_frag_new __P((ipf_main_softc_t *, ipf_frag_softc_t *, 96 fr_info_t *, u_32_t, ipfr_t **, 98 static ipfr_t *ipf_frag_lookup __P((ipf_main_softc_t *, ipf_frag_softc_t *, fr_info_t *, ipfr_t **,… 99 static void ipf_frag_deref __P((void *, ipfr_t **, ipfrwlock_t *)); 101 ipfr_t **, ipfrwlock_t *)); 103 static ipfr_t *ipfr_frag_new __P((ipf_main_softc_t *, ipf_frag_softc_t *, 104 fr_info_t *, u_32_t, ipfr_t **)); 105 static ipfr_t *ipf_frag_lookup __P((ipf_main_softc_t *, ipf_frag_softc_t *, fr_info_t *, ipfr_t **)… 106 static void ipf_frag_deref __P((void *, ipfr_t **)); 108 ipfr_t **)); [all …]
|
| HD | ip_frag.h | 46 } ipfr_t; typedef 81 ipfr_t *ipfr_list; 82 ipfr_t **ipfr_tail; 83 ipfr_t *ipfr_natlist; 84 ipfr_t **ipfr_nattail; 85 ipfr_t *ipfr_ipidlist; 86 ipfr_t **ipfr_ipidtail; 87 ipfr_t **ipfr_heads; 88 ipfr_t **ipfr_nattab; 89 ipfr_t **ipfr_ipidtab; [all …]
|
| HD | fil.c | 7793 ipf_frag_pkt_deref(softc, (ipfr_t **)datap); 7796 ipf_frag_nat_deref(softc, (ipfr_t **)datap);
|
| /trueos/contrib/ipfilter/tools/ |
| HD | ipfstat.c | 157 static int fetchfrag __P((int, int, ipfr_t *)); 2193 ipfr_t *frp;
|