Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/libipf/
Dipf_dotuning.c38 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; in ipf_dotuning()
44 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name)); in ipf_dotuning()
57 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name)); in ipf_dotuning()
67 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; in ipf_dotuning()
Dprinttunable.c17 tup->ipft_name, tup->ipft_min, tup->ipft_max); in printtunable()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c6769 for (ta = *ptop; ta->ipft_name != NULL; ta++)
6780 if ((ta + 1)->ipft_name != NULL)
6816 if (!strcmp(ta->ipft_name, name)) {
6842 for (nt = newtune; nt->ipft_name != NULL; nt++) {
6875 if (t->ipft_name == NULL)
6878 for (; t[1].ipft_name != NULL; t++)
6887 if (t->ipft_name == NULL)
6913 for (; t[1].ipft_name != NULL; t++)
6953 for (i = 0; copy[i].ipft_name; i++) {
6976 ta = ipf_tune_findbyname(softc->ipf_tuners, newtune->ipft_name);
[all …]
Dip_state.c5102 if (!strncmp(t->ipft_name, "tcp_", 4)) in ipf_state_settimeout()
5105 if (!strcmp(t->ipft_name, "udp_timeout")) { in ipf_state_settimeout()
5107 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { in ipf_state_settimeout()
5109 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { in ipf_state_settimeout()
5111 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { in ipf_state_settimeout()
5113 } else if (!strcmp(t->ipft_name, "ip_timeout")) { in ipf_state_settimeout()
Dip_fil.h1336 const char *ipft_name; member
1361 char ipft_name[80]; member
Dip_nat.c7833 if (!strncmp(t->ipft_name, "tcp_", 4)) in ipf_nat_settimeout()
7836 if (!strcmp(t->ipft_name, "udp_timeout")) { in ipf_nat_settimeout()
7838 } else if (!strcmp(t->ipft_name, "udp_ack_timeout")) { in ipf_nat_settimeout()
7840 } else if (!strcmp(t->ipft_name, "icmp_timeout")) { in ipf_nat_settimeout()
7842 } else if (!strcmp(t->ipft_name, "icmp_ack_timeout")) { in ipf_nat_settimeout()
7844 } else if (!strcmp(t->ipft_name, "ip_timeout")) { in ipf_nat_settimeout()