Home
last modified time | relevance | path

Searched refs:function_set_name (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dtcp.h406 char function_set_name[TCP_FUNCTION_NAME_LEN_MAX]; member
H A Dtcp_subr.c400 if (strcmp(f->tf_name, fs->function_set_name) == 0) { in find_tcp_functions_locked()
621 strcpy(fs.function_set_name, blk->tfb_tcp_block_name); in sysctl_net_inet_default_tcp_functions()
625 error = sysctl_handle_string(oidp, fs.function_set_name, in sysctl_net_inet_default_tcp_functions()
626 sizeof(fs.function_set_name), req); in sysctl_net_inet_default_tcp_functions()
1206 (void)strlcpy(fs.function_set_name, names[i], in register_tcp_functions_as_names()
1207 sizeof(fs.function_set_name)); in register_tcp_functions_as_names()
H A Dtcp_usrreq.c1870 strncpy(fsn.function_set_name, tp->t_fb->tfb_tcp_block_name, in tcp_ctloutput()
1872 fsn.function_set_name[TCP_FUNCTION_NAME_LEN_MAX - 1] = '\0'; in tcp_ctloutput()