Searched refs:answer (Results 1 – 7 of 7) sorted by relevance
126 struct inet_protosw *answer; in inet6_create() local143 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() local767 answer = NULL; in inet6_register_protosw()780 answer = NULL; in inet6_register_protosw()[all …]
256 struct inet_protosw *answer; in inet_create() local276 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() local1206 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 …]
23 The answer to this question won't directly affect the kernel:
132 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.
10 If you want to connect your Linux box to an amateur radio, answer Y15 Note that the answer to this question won't directly affect the
193 unsigned long answer; in get_crandom() local201 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()
1411 void *answer, size_t asize, size_t *residual) in iucv_message_send2way() argument1429 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