Searched refs:ipft_name (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sbin/ipf/libipf/ |
| D | ipf_dotuning.c | 38 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()
|
| D | printtunable.c | 17 tup->ipft_name, tup->ipft_min, tup->ipft_max); in printtunable()
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | fil.c | 6769 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 …]
|
| D | ip_state.c | 5102 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()
|
| D | ip_fil.h | 1336 const char *ipft_name; member 1361 char ipft_name[80]; member
|
| D | ip_nat.c | 7833 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()
|