Lines Matching defs:answer
123 struct inet_protosw *answer;
136 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) {
140 if (protocol == answer->protocol) {
146 protocol = answer->protocol;
149 if (IPPROTO_IP == answer->protocol)
182 sock->ops = answer->ops;
183 answer_prot = answer->prot;
184 answer_flags = answer->flags;
216 sk->sk_backlog_rcv = answer->prot->backlog_rcv;
245 * answer->prot->socks (inet6_sock_nr) and inet_sock_nr.
757 struct inet_protosw *answer;
769 answer = NULL;
773 answer = list_entry(lh, struct inet_protosw, list);
776 if (INET_PROTOSW_PERMANENT & answer->flags) {
777 if (protocol == answer->protocol)
782 answer = NULL;
784 if (answer)