Searched refs:function_set_name (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dtcp.h257 char function_set_name[TCP_FUNCTION_NAME_LEN_MAX]; member in struct:tcp_function_set
H A Dtcp_subr.c275 if (strcmp(f->tf_fb->tfb_tcp_block_name, fs->function_set_name) == 0) {
340 strcpy(fs.function_set_name, blk->tfb_tcp_block_name);
344 error = sysctl_handle_string(oidp, fs.function_set_name,
345 sizeof(fs.function_set_name), req);
541 strcpy(fs.function_set_name, blk->tfb_tcp_block_name);
H A Dtcp_usrreq.c1561 strncpy(fsn.function_set_name, tp->t_fb->tfb_tcp_block_name,
1563 fsn.function_set_name[TCP_FUNCTION_NAME_LEN_MAX - 1] = '\0';

Completed in 148 milliseconds