• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/

Lines Matching refs:sock

40 	void	    (*send_check)(struct sock *sk, struct sk_buff *skb);
41 int (*rebuild_header)(struct sock *sk);
42 int (*conn_request)(struct sock *sk, struct sk_buff *skb);
43 struct sock *(*syn_recv_sock)(struct sock *sk, struct sk_buff *skb,
46 int (*remember_stamp)(struct sock *sk);
49 int (*setsockopt)(struct sock *sk, int level, int optname,
51 int (*getsockopt)(struct sock *sk, int level, int optname,
54 int (*compat_setsockopt)(struct sock *sk,
57 int (*compat_getsockopt)(struct sock *sk,
61 void (*addr2sockaddr)(struct sock *sk, struct sockaddr *);
62 int (*bind_conflict)(const struct sock *sk,
66 /** inet_connection_sock - INET connection oriented sock
98 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);
136 static inline struct inet_connection_sock *inet_csk(const struct sock *sk)
141 static inline void *inet_csk_ca(const struct sock *sk)
146 extern struct sock *inet_csk_clone(struct sock *sk,
157 extern void inet_csk_init_xmit_timers(struct sock *sk,
161 extern void inet_csk_clear_xmit_timers(struct sock *sk);
163 static inline void inet_csk_schedule_ack(struct sock *sk)
168 static inline int inet_csk_ack_scheduled(const struct sock *sk)
173 static inline void inet_csk_delack_init(struct sock *sk)
178 extern void inet_csk_delete_keepalive_timer(struct sock *sk);
179 extern void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
185 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)
210 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what,
240 extern struct sock *inet_csk_accept(struct sock *sk, int flags, int *err);
242 extern struct request_sock *inet_csk_search_req(const struct sock *sk,
247 extern int inet_csk_bind_conflict(const struct sock *sk,
249 extern int inet_csk_get_port(struct sock *sk, unsigned short snum);
251 extern struct dst_entry* inet_csk_route_req(struct sock *sk,
254 static inline void inet_csk_reqsk_queue_add(struct sock *sk,
256 struct sock *child)
261 extern void inet_csk_reqsk_queue_hash_add(struct sock *sk,
265 static inline void inet_csk_reqsk_queue_removed(struct sock *sk,
272 static inline void inet_csk_reqsk_queue_added(struct sock *sk,
279 static inline int inet_csk_reqsk_queue_len(const struct sock *sk)
284 static inline int inet_csk_reqsk_queue_young(const struct sock *sk)
289 static inline int inet_csk_reqsk_queue_is_full(const struct sock *sk)
294 static inline void inet_csk_reqsk_queue_unlink(struct sock *sk,
301 static inline void inet_csk_reqsk_queue_drop(struct sock *sk,
310 extern void inet_csk_reqsk_queue_prune(struct sock *parent,
315 extern void inet_csk_destroy_sock(struct sock *sk);
320 static inline unsigned int inet_csk_listen_poll(const struct sock *sk)
326 extern int inet_csk_listen_start(struct sock *sk, const int nr_table_entries);
327 extern void inet_csk_listen_stop(struct sock *sk);
329 extern void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr);
331 extern int inet_csk_compat_getsockopt(struct sock *sk, int level, int optname,
333 extern int inet_csk_compat_setsockopt(struct sock *sk, int level, int optname,