Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnetrom.h230 int nr_in_rx_window(struct sock *, unsigned short);
/openbmc/linux/net/netrom/
H A Dnr_subr.c101 int nr_in_rx_window(struct sock *sk, unsigned short ns) in nr_in_rx_window() function
H A Dnr_in.c241 } else if (nr_in_rx_window(sk, ns)) { in nr_state3_machine()