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

  /src/sys/external/bsd/ipf/netinet/
fil.c 6777 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6788 if ((ta + 1)->ipft_name != NULL)
6824 if (!strcmp(ta->ipft_name, name)) {
6850 for (nt = newtune; nt->ipft_name != NULL; nt++) {
6883 if (t->ipft_name == NULL)
6886 for (; t[1].ipft_name != NULL; t++)
6895 if (t->ipft_name == NULL)
6921 for (; t[1].ipft_name != NULL; t++)
6961 for (i = 0; copy[i].ipft_name; i++) {
6984 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
    [all...]
ip_state.c 5107 if (!strncmp(t->ipft_name, "tcp_", 4))
5110 if (!strcmp(t->ipft_name, "udp_timeout")) {
5112 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) {
5114 } else if (!strcmp(t->ipft_name, "icmp_timeout")) {
5116 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) {
5118 } else if (!strcmp(t->ipft_name, "ip_timeout")) {
ip_fil.h 1396 const char *ipft_name; member in struct:ipftuneable
1421 char ipft_name[80]; member in struct:ipftune
ip_nat.c 7869 if (!strncmp(t->ipft_name, "tcp_", 4))
7872 if (!strcmp(t->ipft_name, "udp_timeout")) {
7874 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) {
7876 } else if (!strcmp(t->ipft_name, "icmp_timeout")) {
7878 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) {
7880 } else if (!strcmp(t->ipft_name, "ip_timeout")) {

Completed in 29 milliseconds