Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dnetlink_compat.c871 struct tipc_name_table_query *ntq; in tipc_nl_compat_name_table_dump_header() local
879 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump_header()
883 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump_header()
898 struct tipc_name_table_query *ntq; in tipc_nl_compat_name_table_dump() local
924 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump()
926 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump()
927 type = ntohl(ntq->type); in tipc_nl_compat_name_table_dump()
928 lowbound = ntohl(ntq->lowbound); in tipc_nl_compat_name_table_dump()
929 upbound = ntohl(ntq->upbound); in tipc_nl_compat_name_table_dump()