Lines Matching defs:answer
125 struct inet_protosw *answer;
138 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) {
142 if (protocol == answer->protocol) {
148 protocol = answer->protocol;
151 if (IPPROTO_IP == answer->protocol)
184 sock->ops = answer->ops;
185 answer_prot = answer->prot;
186 answer_flags = answer->flags;
218 sk->sk_backlog_rcv = answer->prot->backlog_rcv;
753 struct inet_protosw *answer;
765 answer = NULL;
769 answer = list_entry(lh, struct inet_protosw, list);
772 if (INET_PROTOSW_PERMANENT & answer->flags) {
773 if (protocol == answer->protocol)
778 answer = NULL;
780 if (answer)