Home
last modified time | relevance | path

Searched defs:tcp_tw_bucket (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/net/
Dtcp.h155 struct tcp_tw_bucket { struct
160 __u32 daddr;
161 __u32 rcv_saddr;
162 __u16 dport;
163 unsigned short num;
187 struct tcp_tw_bucket *next_death; argument
188 struct tcp_tw_bucket **pprev_death; argument
198 static inline void tcp_tw_put(struct tcp_tw_bucket *tw) in tcp_tw_put() argument