Home
last modified time | relevance | path

Searched refs:INET_DIAG_REQ_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/uapi/linux/ !
Dinet_diag.h68 INET_DIAG_REQ_PROTOCOL, enumerator
/linux-6.6.21/net/ipv4/ !
Dinet_diag.c215 if (type == INET_DIAG_REQ_PROTOCOL && nla_len(nla) != sizeof(u32)) in inet_diag_parse_attrs()
227 if (data->req_nlas[INET_DIAG_REQ_PROTOCOL]) in inet_diag_get_protocol()
228 return nla_get_u32(data->req_nlas[INET_DIAG_REQ_PROTOCOL]); in inet_diag_get_protocol()