Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dsubscr.c54 tipc_evt_write(evt, found_upper, p->sr.upper); in tipc_sub_send_event()
59 tipc_evt_write(evt, found_upper, s->seq.upper); in tipc_sub_send_event()
77 u32 found_upper = found->upper; in tipc_sub_check_overlap() local
81 if (found_upper > subscribed->upper) in tipc_sub_check_overlap()
82 found_upper = subscribed->upper; in tipc_sub_check_overlap()
83 return found_lower <= found_upper; in tipc_sub_check_overlap()
H A Dgroup.c680 evt.found_upper = m->instance; in tipc_group_create_event()
/linux/include/uapi/linux/
H A Dtipc.h131 __u32 found_upper; /* " " */ member