Searched refs:inet_twsk_alloc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h193 extern struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c160 * - We initially set tw_refcnt to 0 in inet_twsk_alloc()
172 struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk, const int state) function
210 EXPORT_SYMBOL_GPL(inet_twsk_alloc); variable
H A Dtcp_minisocks.c280 tw = inet_twsk_alloc(sk, state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dminisocks.c51 tw = inet_twsk_alloc(sk, state);

Completed in 212 milliseconds