Home
last modified time | relevance | path

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

/linux-4.1.27/net/x25/
Dx25_facilities.c297 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities() local
304 if (!ours_out || theirs_out < ours_out) { in x25_negotiate_facilities()
307 new->throughput = (new->throughput & 0x0f) | theirs_out; in x25_negotiate_facilities()