theirs_out 293 net/x25/x25_facilities.c int theirs_out = theirs.throughput & 0xf0; theirs_out 300 net/x25/x25_facilities.c if (!ours_out || theirs_out < ours_out) { theirs_out 303 net/x25/x25_facilities.c new->throughput = (new->throughput & 0x0f) | theirs_out;