• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/

Lines Matching refs:sock

41 	void	    (*send_check)(struct sock *sk, int len,
43 int (*rebuild_header)(struct sock *sk);
44 int (*conn_request)(struct sock *sk, struct sk_buff *skb);
45 struct sock *(*syn_recv_sock)(struct sock *sk, struct sk_buff *skb,
48 int (*remember_stamp)(struct sock *sk);
51 int (*setsockopt)(struct sock *sk, int level, int optname,
53 int (*getsockopt)(struct sock *sk, int level, int optname,
55 int (*compat_setsockopt)(struct sock *sk,
58 int (*compat_getsockopt)(struct sock *sk,
61 void (*addr2sockaddr)(struct sock *sk, struct sockaddr *);
64 /** inet_connection_sock - INET connection oriented sock
96 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);
134 static inline struct inet_connection_sock *inet_csk(const struct sock *sk)
139 static inline void *inet_csk_ca(const struct sock *sk)
144 extern struct sock *inet_csk_clone(struct sock *sk,
155 extern void inet_csk_init_xmit_timers(struct sock *sk,
159 extern void inet_csk_clear_xmit_timers(struct sock *sk);
161 static inline void inet_csk_schedule_ack(struct sock *sk)
166 static inline int inet_csk_ack_scheduled(const struct sock *sk)
171 static inline void inet_csk_delack_init(struct sock *sk)
176 extern void inet_csk_delete_keepalive_timer(struct sock *sk);
177 extern void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
183 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)
208 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what,
238 extern struct sock *inet_csk_accept(struct sock *sk, int flags, int *err);
240 extern struct request_sock *inet_csk_search_req(const struct sock *sk,
245 extern int inet_csk_bind_conflict(const struct sock *sk,
248 struct sock *sk, unsigned short snum,
249 int (*bind_conflict)(const struct sock *sk,
252 extern struct dst_entry* inet_csk_route_req(struct sock *sk,
255 static inline void inet_csk_reqsk_queue_add(struct sock *sk,
257 struct sock *child)
262 extern void inet_csk_reqsk_queue_hash_add(struct sock *sk,
266 static inline void inet_csk_reqsk_queue_removed(struct sock *sk,
273 static inline void inet_csk_reqsk_queue_added(struct sock *sk,
280 static inline int inet_csk_reqsk_queue_len(const struct sock *sk)
285 static inline int inet_csk_reqsk_queue_young(const struct sock *sk)
290 static inline int inet_csk_reqsk_queue_is_full(const struct sock *sk)
295 static inline void inet_csk_reqsk_queue_unlink(struct sock *sk,
302 static inline void inet_csk_reqsk_queue_drop(struct sock *sk,
311 extern void inet_csk_reqsk_queue_prune(struct sock *parent,
316 extern void inet_csk_destroy_sock(struct sock *sk);
321 static inline unsigned int inet_csk_listen_poll(const struct sock *sk)
327 extern int inet_csk_listen_start(struct sock *sk, const int nr_table_entries);
328 extern void inet_csk_listen_stop(struct sock *sk);
330 extern void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr);
332 extern int inet_csk_ctl_sock_create(struct socket **sock,
337 extern int inet_csk_compat_getsockopt(struct sock *sk, int level, int optname,
339 extern int inet_csk_compat_setsockopt(struct sock *sk, int level, int optname,