Searched refs:theirs (Results 1 – 1 of 1) sorted by relevance
161 struct x25_facilities theirs; in x25_negotiate_facilities() local164 memset(&theirs, 0x00, sizeof(struct x25_facilities)); in x25_negotiate_facilities()170 len = x25_parse_facilities(skb, &theirs, &sk->protinfo.x25->vc_facil_mask); in x25_negotiate_facilities()175 if (theirs.reverse != 0 && ours->reverse == 0) { in x25_negotiate_facilities()180 new->reverse = theirs.reverse; in x25_negotiate_facilities()182 if (theirs.throughput != 0) { in x25_negotiate_facilities()183 if (theirs.throughput < ours->throughput) { in x25_negotiate_facilities()185 new->throughput = theirs.throughput; in x25_negotiate_facilities()189 if (theirs.pacsize_in != 0 && theirs.pacsize_out != 0) { in x25_negotiate_facilities()190 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities()[all …]