Home
last modified time | relevance | path

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

/openbmc/linux/net/x25/
H A Dx25_facilities.c292 int theirs_in = theirs.throughput & 0x0f; in x25_negotiate_facilities() local
296 if (!ours_in || theirs_in < ours_in) { in x25_negotiate_facilities()
298 new->throughput = (new->throughput & 0xf0) | theirs_in; in x25_negotiate_facilities()