Searched refs:answer (Results 1 - 5 of 5) sorted by relevance

/net/ax25/
H A DKconfig9 If you want to connect your Linux box to an amateur radio, answer Y
14 Note that the answer to this question won't directly affect the
/net/ipv6/
H A Daf_inet6.c120 struct inet_protosw *answer; local
133 list_for_each_entry_rcu(answer, &inetsw6[sock->type], list) {
137 if (protocol == answer->protocol) {
143 protocol = answer->protocol;
146 if (IPPROTO_IP == answer->protocol)
178 sock->ops = answer->ops;
179 answer_prot = answer->prot;
180 answer_flags = answer->flags;
209 sk->sk_backlog_rcv = answer->prot->backlog_rcv;
236 * answer
600 struct inet_protosw *answer; local
[all...]
/net/ipv4/
H A Daf_inet.c266 struct inet_protosw *answer; local
282 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
286 if (protocol == answer->protocol) {
292 protocol = answer->protocol;
295 if (IPPROTO_IP == answer->protocol)
327 sock->ops = answer->ops;
328 answer_prot = answer->prot;
329 answer_flags = answer->flags;
1048 struct inet_protosw *answer; local
1058 answer
[all...]
/net/sched/
H A Dsch_netem.c194 unsigned long answer; local
201 answer = (value * ((1ull<<32) - rho) + state->last * rho) >> 32;
202 state->last = answer;
203 return answer;
/net/iucv/
H A Diucv.c1412 * @ansbuf: address of answer buffer or address of struct iucv_array
1424 void *answer, size_t asize, size_t *residual)
1442 parm->dpl.ipbfadr2 = (u32)(addr_t) answer;
1453 parm->db.ipbfadr2 = (u32)(addr_t) answer;
1422 iucv_message_send2way(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size, void *answer, size_t asize, size_t *residual) argument

Completed in 88 milliseconds