Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dnetlink_compat.c841 struct tipc_name_table_query *ntq; in tipc_nl_compat_name_table_dump_header() local
849 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump_header()
853 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump_header()
868 struct tipc_name_table_query *ntq; in tipc_nl_compat_name_table_dump() local
894 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump()
896 depth = ntohl(ntq->depth); in tipc_nl_compat_name_table_dump()
897 type = ntohl(ntq->type); in tipc_nl_compat_name_table_dump()
898 lowbound = ntohl(ntq->lowbound); in tipc_nl_compat_name_table_dump()
899 upbound = ntohl(ntq->upbound); in tipc_nl_compat_name_table_dump()