Searched refs:oldsk (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsocket.c3519 /* Populate the fields of the newsk from the oldsk and migrate the
3947 /* Populate the fields of the newsk from the oldsk and migrate the
6334 /* Populate the fields of the newsk from the oldsk and migrate the assoc
6337 static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, argument
6341 struct sctp_sock *oldsp = sctp_sk(oldsk);
6352 newsk->sk_sndbuf = oldsk->sk_sndbuf;
6353 newsk->sk_rcvbuf = oldsk->sk_rcvbuf;
6355 inet_sk_copy_descendant(newsk, oldsk);
6364 head = &sctp_port_hashtable[sctp_phashfn(inet_sk(oldsk)->inet_num)];
6367 pp = sctp_sk(oldsk)
[all...]
H A Dassociola.c1140 struct sock *oldsk = assoc->base.sk; local
1148 if (sctp_style(oldsk, TCP))
1149 oldsk->sk_ack_backlog--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h168 struct sock *oldsk, struct sock *newsk);

Completed in 68 milliseconds