Lines Matching defs:child
221 int __inet_inherit_port(const struct sock *sk, struct sock *child)
224 unsigned short port = inet_sk(child)->inet_num;
235 head2 = inet_bhashfn_portaddr(table, child, net, port);
252 * as that of the child socket. We have to look up or
253 * create a new bind bucket for the child here. */
271 } else if (!inet_bind2_bucket_addr_match(tb2, child)) {
275 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child);
279 l3mdev, child);
285 inet_csk_update_fastreuse(tb, child);
286 inet_bind_hash(child, tb, tb2, port);