Lines Matching refs:sctp_association
79 struct sctp_association;
459 struct dst_entry *(*get_dst) (struct sctp_association *asoc,
462 void (*get_saddr) (struct sctp_association *asoc,
521 struct sctp_association *asoc);
546 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
620 struct sctp_association *asoc;
662 const struct sctp_association *,
678 typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *);
766 struct sctp_association *asoc;
923 struct sctp_association *);
984 struct sctp_association *asoc;
1025 void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
1217 void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
1218 struct sctp_association *sctp_endpoint_lookup_assoc(
1229 int sctp_verify_init(const struct sctp_association *asoc, sctp_cid_t,
1232 int sctp_process_init(struct sctp_association *, sctp_cid_t cid,
1253 struct sctp_association { struct
1669 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() argument
1671 struct sctp_association *asoc; in sctp_assoc()
1673 asoc = container_of(base, struct sctp_association, base); in sctp_assoc()
1680 struct sctp_association *
1683 void sctp_association_free(struct sctp_association *);
1684 void sctp_association_put(struct sctp_association *);
1685 void sctp_association_hold(struct sctp_association *);
1688 struct sctp_association *);
1689 void sctp_assoc_update_retran_path(struct sctp_association *);
1690 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
1692 int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
1694 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
1697 void sctp_assoc_del_peer(struct sctp_association *asoc,
1699 void sctp_assoc_control_transport(struct sctp_association *,
1702 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
1703 struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
1706 void sctp_assoc_migrate(struct sctp_association *, struct sock *);
1707 void sctp_assoc_update(struct sctp_association *old,
1708 struct sctp_association *new);
1710 __u32 sctp_association_get_next_tsn(struct sctp_association *);
1712 void sctp_assoc_sync_pmtu(struct sctp_association *);
1713 void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned);
1714 void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned);
1715 void sctp_assoc_set_primary(struct sctp_association *,
1717 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, int);
1718 int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
1723 struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);