theirs_in         292 net/x25/x25_facilities.c 		int theirs_in =  theirs.throughput & 0x0f;
theirs_in         296 net/x25/x25_facilities.c 		if (!ours_in || theirs_in < ours_in) {
theirs_in         298 net/x25/x25_facilities.c 			new->throughput = (new->throughput & 0xf0) | theirs_in;