Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dinet_diag.h68 INET_DIAG_REQ_PROTOCOL, enumerator
/openbmc/linux/net/ipv4/
H A 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()