Searched refs:upbound (Results 1 – 1 of 1) sorted by relevance
/net/tipc/ |
D | name_table.c | 801 u32 type, u32 lowbound, u32 upbound, u32 index) in nameseq_list() argument 818 if ((lowbound <= sseq->upper) && (upbound >= sseq->lower)) { in nameseq_list() 858 u32 type, u32 lowbound, u32 upbound) in nametbl_list() argument 877 upbound = ~0; in nametbl_list() 883 lowbound, upbound, i); in nametbl_list() 888 if (upbound < lowbound) { in nametbl_list() 900 lowbound, upbound, i); in nametbl_list() 931 ntohl(argv->lowbound), ntohl(argv->upbound)); in tipc_nametbl_get()
|