Searched refs:answ (Results 1 - 3 of 3) sorted by relevance

/net/phonet/
H A Ddatagram.c47 int answ; local
53 answ = skb ? skb->len : 0;
55 return put_user(answ, (int __user *)arg);
H A Dpep.c931 int answ; local
944 answ = skb_peek(&pn->ctrlreq_queue)->len;
946 answ = skb_peek(&sk->sk_receive_queue)->len;
948 answ = 0;
950 ret = put_user(answ, (int __user *)arg);
/net/ipv4/
H A Dtcp.c550 int answ; local
560 answ = 0;
566 answ = tp->rcv_nxt - tp->copied_seq;
569 if (answ && sock_flag(sk, SOCK_DONE))
570 answ--;
572 answ = tp->urg_seq - tp->copied_seq;
576 answ = tp->urg_data && tp->urg_seq == tp->copied_seq;
583 answ = 0;
585 answ = tp->write_seq - tp->snd_una;
592 answ
[all...]

Completed in 372 milliseconds