Home
last modified time | relevance | path

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

/Linux-v5.10/net/x25/
Dx25_facilities.c293 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities() local
300 if (!ours_out || theirs_out < ours_out) { in x25_negotiate_facilities()
303 new->throughput = (new->throughput & 0x0f) | theirs_out; in x25_negotiate_facilities()