Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 7 of 7) sorted by relevance

/net/ipv6/
Daf_inet6.c124 struct inet_protosw *answer; in inet6_create() local
137 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) { in inet6_create()
141 if (protocol == answer->protocol) { in inet6_create()
147 protocol = answer->protocol; in inet6_create()
150 if (IPPROTO_IP == answer->protocol) in inet6_create()
183 sock->ops = answer->ops; in inet6_create()
184 answer_prot = answer->prot; in inet6_create()
185 answer_flags = answer->flags; in inet6_create()
217 sk->sk_backlog_rcv = answer->prot->backlog_rcv; in inet6_create()
755 struct inet_protosw *answer; in inet6_register_protosw() local
[all …]
/net/ipv4/
Daf_inet.c252 struct inet_protosw *answer; in inet_create() local
268 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) { in inet_create()
272 if (protocol == answer->protocol) { in inet_create()
278 protocol = answer->protocol; in inet_create()
281 if (IPPROTO_IP == answer->protocol) in inet_create()
314 sock->ops = answer->ops; in inet_create()
315 answer_prot = answer->prot; in inet_create()
316 answer_flags = answer->flags; in inet_create()
1172 struct inet_protosw *answer; in inet_register_protosw() local
1184 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
[all …]
DKconfig23 The answer to this question won't directly affect the kernel:
/net/
DKconfig91 Short answer: say Y.
106 If you are unsure how to answer this question, answer N.
120 If you are unsure how to answer this question, answer N.
/net/ax25/
DKconfig10 If you want to connect your Linux box to an amateur radio, answer Y
15 Note that the answer to this question won't directly affect the
/net/sched/
Dsch_netem.c184 unsigned long answer; in get_crandom() local
191 answer = (value * ((1ull<<32) - rho) + state->last * rho) >> 32; in get_crandom()
192 state->last = answer; in get_crandom()
193 return answer; in get_crandom()
/net/iucv/
Diucv.c1362 void *answer, size_t asize, size_t *residual) in iucv_message_send2way() argument
1380 parm->dpl.ipbfadr2 = (u32)(addr_t) answer; in iucv_message_send2way()
1391 parm->db.ipbfadr2 = (u32)(addr_t) answer; in iucv_message_send2way()