Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_diag.c173 nla_total_size(TCP_ULP_NAME_MAX); in tcp_diag_get_aux_size()
H A Dtcp.c3144 char name[TCP_ULP_NAME_MAX]; in do_tcp_setsockopt()
3150 min_t(long, TCP_ULP_NAME_MAX - 1, in do_tcp_setsockopt()
3773 len = min_t(unsigned int, len, TCP_ULP_NAME_MAX); in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h2194 #define TCP_ULP_NAME_MAX 16 macro
2196 #define TCP_ULP_BUF_MAX (TCP_ULP_NAME_MAX*TCP_ULP_MAX)
2215 char name[TCP_ULP_NAME_MAX];