Searched refs:ipft_name (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sbin/ipf/libipf/ |
| HD | ipf_dotuning.c | 37 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()
|
| HD | printtunable.c | 16 tup->ipft_name, tup->ipft_min, tup->ipft_max); in printtunable()
|
| /freebsd-14-stable/sys/netpfil/ipfilter/netinet/ |
| HD | fil.c | 6767 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 …]
|
| HD | ip_state.c | 5099 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()
|
| HD | ip_fil.h | 1335 const char *ipft_name; member 1360 char ipft_name[80]; member
|
| HD | ip_nat.c | 7828 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()
|