Home
last modified time | relevance | path

Searched refs:ipf_udpacktimeout (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c130 &VNET_NAME(ipfmain.ipf_udpacktimeout), 0, "");
H A Dip_fil.h1549 u_int ipf_udpacktimeout; member
H A Dfil.c354 { { (void *)offsetof(ipf_main_softc_t, ipf_udpacktimeout) },
356 stsizeof(ipf_main_softc_t, ipf_udpacktimeout),
9036 softc->ipf_udpacktimeout = IPF_TTLVAL(12);
H A Dip_state.c377 IPFTQ_INIT(&softs->ipf_state_udpacktq, softc->ipf_udpacktimeout, in ipf_state_soft_init()