Home
last modified time | relevance | path

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

/net/ipv6/
A Daf_inet6.c126 struct inet_protosw *answer; in inet6_create() local
143 if (protocol == answer->protocol) { in inet6_create()
149 protocol = answer->protocol; in inet6_create()
152 if (IPPROTO_IP == answer->protocol) in inet6_create()
185 sock->ops = answer->ops; in inet6_create()
186 answer_prot = answer->prot; in inet6_create()
187 answer_flags = answer->flags; in inet6_create()
755 struct inet_protosw *answer; in inet6_register_protosw() local
767 answer = NULL; in inet6_register_protosw()
780 answer = NULL; in inet6_register_protosw()
[all …]
/net/ipv4/
A Daf_inet.c256 struct inet_protosw *answer; in inet_create() local
276 if (protocol == answer->protocol) { in inet_create()
282 protocol = answer->protocol; in inet_create()
285 if (IPPROTO_IP == answer->protocol) in inet_create()
318 sock->ops = answer->ops; in inet_create()
319 answer_prot = answer->prot; in inet_create()
320 answer_flags = answer->flags; in inet_create()
1194 struct inet_protosw *answer; in inet_register_protosw() local
1206 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1208 if ((INET_PROTOSW_PERMANENT & answer->flags) == 0) in inet_register_protosw()
[all …]
A DKconfig23 The answer to this question won't directly affect the kernel:
/net/
A DKconfig132 Short answer: say Y.
147 If you are unsure how to answer this question, answer N.
161 If you are unsure how to answer this question, answer N.
/net/ax25/
A 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/
A Dsch_netem.c193 unsigned long answer; in get_crandom() local
201 answer = (value * ((1ull<<32) - rho) + state->last * rho) >> 32; in get_crandom()
202 state->last = answer; in get_crandom()
203 return answer; in get_crandom()
/net/iucv/
A Diucv.c1411 void *answer, size_t asize, size_t *residual) in iucv_message_send2way() argument
1429 parm->dpl.ipbfadr2 = virt_to_dma32(answer); in iucv_message_send2way()
1440 parm->db.ipbfadr2 = virt_to_dma32(answer); in iucv_message_send2way()

Completed in 20 milliseconds