Lines Matching defs:answer
255 struct inet_protosw *answer;
271 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
275 if (protocol == answer->protocol) {
281 protocol = answer->protocol;
284 if (IPPROTO_IP == answer->protocol)
317 sock->ops = answer->ops;
318 answer_prot = answer->prot;
319 answer_flags = answer->flags;
1177 struct inet_protosw *answer;
1189 answer = list_entry(lh, struct inet_protosw, list);
1191 if ((INET_PROTOSW_PERMANENT & answer->flags) == 0)
1193 if (protocol == answer->protocol)