HomeSort by: relevance | last modified time | path
    Searched refs:ipf_frag_new (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_frag.h 92 extern int ipf_frag_new(ipf_main_softc_t *, fr_info_t *, u_32_t);
ip_frag.c 504 /* Function: ipf_frag_new */
511 ipf_frag_new(ipf_main_softc_t *softc, fr_info_t *fin, u_32_t pass) function in typeref:typename:int
ip_state.c 1822 (void) ipf_frag_new(softc, fin, pass);
3356 (void) ipf_frag_new(softc, fin, is->is_pass);
fil.c 2741 if (ipf_frag_new(softc, fin, pass) == -1) {

Completed in 24 milliseconds