Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Dx25_facilities.c289 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities() local
296 if (!ours_out || theirs_out < ours_out) { in x25_negotiate_facilities()
299 new->throughput = (new->throughput & 0x0f) | theirs_out; in x25_negotiate_facilities()