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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dfeat.h62 extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk);
H A Dfeat.c488 int dccp_feat_clone(struct sock *oldsk, struct sock *newsk) argument
490 struct dccp_minisock *olddmsk = dccp_msk(oldsk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c1002 struct sock *oldsk = assoc->base.sk; local
1010 if (sctp_style(oldsk, TCP))
1011 oldsk->sk_ack_backlog--;
H A Dsocket.c3105 /* Populate the fields of the newsk from the oldsk and migrate the
3517 /* Populate the fields of the newsk from the oldsk and migrate the
5921 /* Populate the fields of the newsk from the oldsk and migrate the assoc
5924 static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk, argument
5928 struct sctp_sock *oldsp = sctp_sk(oldsk);
5939 newsk->sk_sndbuf = oldsk->sk_sndbuf;
5940 newsk->sk_rcvbuf = oldsk->sk_rcvbuf;
5942 inet_sk_copy_descendant(newsk, oldsk);
5951 pp = sctp_sk(oldsk)->bind_hash;
5954 inet_sk(newsk)->num = inet_sk(oldsk)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dsctp.h179 struct sock *oldsk, struct sock *newsk);

Completed in 78 milliseconds