Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dnetlink_compat.c640 struct tipc_name_table_query *ntq; in tipc_nl_compat_name_table_dump_header() local
648 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump_header()
650 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump_header()
665 struct tipc_name_table_query *ntq; in tipc_nl_compat_name_table_dump() local
678 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump()
680 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump()
681 type = ntohl(ntq->type); in tipc_nl_compat_name_table_dump()
682 lowbound = ntohl(ntq->lowbound); in tipc_nl_compat_name_table_dump()
683 upbound = ntohl(ntq->upbound); in tipc_nl_compat_name_table_dump()