Home
last modified time | relevance | path

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

/net/tipc/
A Dsubscr.c73 static bool tipc_sub_check_overlap(struct tipc_service_range *subscribed, in tipc_sub_check_overlap() argument
79 if (found_lower < subscribed->lower) in tipc_sub_check_overlap()
80 found_lower = subscribed->lower; in tipc_sub_check_overlap()
81 if (found_upper > subscribed->upper) in tipc_sub_check_overlap()
82 found_upper = subscribed->upper; in tipc_sub_check_overlap()

Completed in 3 milliseconds