Home
last modified time | relevance | path

Searched refs:INET_DIAG_INFO (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c274 if (proto == IPPROTO_MPTCP && tb[INET_DIAG_INFO]) { in parse_nlmsg()
275 int len = RTA_PAYLOAD(tb[INET_DIAG_INFO]); in parse_nlmsg()
281 memcpy(info, RTA_DATA(tb[INET_DIAG_INFO]), len); in parse_nlmsg()
284 info = RTA_DATA(tb[INET_DIAG_INFO]); in parse_nlmsg()
350 .idiag_ext = 1 << (INET_DIAG_INFO - 1), in get_mptcpinfo()
371 .idiag_ext = 1 << (INET_DIAG_INFO - 1), in get_subflow_info()
/linux/include/uapi/linux/
H A Dinet_diag.h137 INET_DIAG_INFO, enumerator
/linux/net/ipv4/
H A Dinet_diag.c303 if ((ext & (1 << (INET_DIAG_INFO - 1))) && handler->idiag_info_size) { in inet_sk_diag_fill()
304 attr = nla_reserve_64bit(skb, INET_DIAG_INFO, in inet_sk_diag_fill()
327 if (ext & (1 << (INET_DIAG_INFO - 1)) && handler->idiag_get_aux) in inet_sk_diag_fill()
1018 ? nla_reserve_64bit(skb, INET_DIAG_INFO, in inet_diag_handler_get_info()
/linux/net/sctp/
H A Ddiag.c189 if (ext & (1 << (INET_DIAG_INFO - 1))) { in inet_sctp_diag_fill()
192 attr = nla_reserve_64bit(skb, INET_DIAG_INFO, in inet_sctp_diag_fill()