Searched refs:in_range (Results 1 – 3 of 3) sorted by relevance
/net/tipc/ |
D | core.h | 200 static inline int in_range(u16 val, u16 min, u16 max) in in_range() function
|
D | link.c | 1625 if (in_range(seqno, start, end)) in tipc_link_advance_transmq() 2253 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv() 2258 if (in_range(peers_prio, l->priority + 1, TIPC_MAX_LINK_PRI)) in tipc_link_proto_rcv() 2301 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv() 2307 in_range(peers_prio, 1, TIPC_MAX_LINK_PRI)) { in tipc_link_proto_rcv()
|
/net/netfilter/ |
D | nf_nat_core.c | 245 static int in_range(const struct nf_conntrack_tuple *tuple, in in_range() function 294 if (in_range(result, range)) in find_appropriate_src() 526 if (in_range(orig_tuple, range)) { in get_unique_tuple()
|