Home
last modified time | relevance | path

Searched refs:ipft_name (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDipf_dotuning.c37 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; in ipf_dotuning()
43 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name)); in ipf_dotuning()
56 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name)); in ipf_dotuning()
66 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; in ipf_dotuning()
HDprinttunable.c16 tup->ipft_name, tup->ipft_min, tup->ipft_max); in printtunable()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDfil.c6767 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6778 if ((ta + 1)->ipft_name != NULL)
6814 if (!strcmp(ta->ipft_name, name)) {
6840 for (nt = newtune; nt->ipft_name != NULL; nt++) {
6873 if (t->ipft_name == NULL)
6876 for (; t[1].ipft_name != NULL; t++)
6885 if (t->ipft_name == NULL)
6911 for (; t[1].ipft_name != NULL; t++)
6951 for (i = 0; copy[i].ipft_name; i++) {
6974 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
[all …]
HDip_state.c5099 if (!strncmp(t->ipft_name, "tcp_", 4)) in ipf_state_settimeout()
5102 if (!strcmp(t->ipft_name, "udp_timeout")) { in ipf_state_settimeout()
5104 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { in ipf_state_settimeout()
5106 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { in ipf_state_settimeout()
5108 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { in ipf_state_settimeout()
5110 } else if (!strcmp(t->ipft_name, "ip_timeout")) { in ipf_state_settimeout()
HDip_fil.h1335 const char *ipft_name; member
1360 char ipft_name[80]; member
HDip_nat.c7828 if (!strncmp(t->ipft_name, "tcp_", 4)) in ipf_nat_settimeout()
7831 if (!strcmp(t->ipft_name, "udp_timeout")) { in ipf_nat_settimeout()
7833 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { in ipf_nat_settimeout()
7835 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { in ipf_nat_settimeout()
7837 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { in ipf_nat_settimeout()
7839 } else if (!strcmp(t->ipft_name, "ip_timeout")) { in ipf_nat_settimeout()