Lines Matching defs:csk

255 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk,  in cxgbi_sock_set_flag()
264 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag()
273 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag()
281 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state()
291 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() local
302 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put()
309 #define cxgbi_sock_put(csk) __cxgbi_sock_put(__func__, csk) argument
311 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get()
318 #define cxgbi_sock_get(csk) __cxgbi_sock_get(__func__, csk) argument
320 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *csk) in cxgbi_sock_is_closing()
325 static inline int cxgbi_sock_is_established(struct cxgbi_sock *csk) in cxgbi_sock_is_established()
330 static inline void cxgbi_sock_purge_write_queue(struct cxgbi_sock *csk) in cxgbi_sock_purge_write_queue()
368 static inline void cxgbi_sock_reset_wr_list(struct cxgbi_sock *csk) in cxgbi_sock_reset_wr_list()
373 static inline void cxgbi_sock_enqueue_wr(struct cxgbi_sock *csk, in cxgbi_sock_enqueue_wr()
390 static inline int cxgbi_sock_count_pending_wrs(const struct cxgbi_sock *csk) in cxgbi_sock_count_pending_wrs()
402 static inline struct sk_buff *cxgbi_sock_peek_wr(const struct cxgbi_sock *csk) in cxgbi_sock_peek_wr()
407 static inline struct sk_buff *cxgbi_sock_dequeue_wr(struct cxgbi_sock *csk) in cxgbi_sock_dequeue_wr()
519 struct cxgbi_sock *csk; member