Lines Matching refs:sctp_chunk
102 struct sctp_chunk *chunk);
152 static inline void sctp_set_owner_w(struct sctp_chunk *chunk) in sctp_set_owner_w()
171 sizeof(struct sctp_chunk); in sctp_set_owner_w()
173 refcount_add(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc); in sctp_set_owner_w()
178 static void sctp_clear_owner_w(struct sctp_chunk *chunk) in sctp_clear_owner_w()
184 void (*cb)(struct sctp_chunk *)) in sctp_for_each_tx_datachunk() argument
189 struct sctp_chunk *chunk; in sctp_for_each_tx_datachunk()
469 struct sctp_chunk *chunk) in sctp_send_asconf()
565 struct sctp_chunk *chunk; in sctp_send_asconf_add_ip()
769 struct sctp_chunk *chunk; in sctp_send_asconf_del_ip()
1555 struct sctp_chunk *chunk; in sctp_close()
1879 struct sctp_chunk *chunk; in sctp_sendmsg_check_sflags()
1904 struct sctp_chunk *chunk; in sctp_sendmsg_to_asoc()
3381 struct sctp_chunk *chunk; in sctp_setsockopt_peer_primary_addr()
8460 struct sctp_chunk *chunk = skb_shinfo(skb)->destructor_arg; in sctp_wfree()
8466 sizeof(struct sctp_chunk); in sctp_wfree()
8468 WARN_ON(refcount_sub_and_test(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc)); in sctp_wfree()