Lines Matching refs:sctp_association

74 struct sctp_association;
511 struct sctp_association *asoc);
536 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
604 struct sctp_association *asoc;
659 const struct sctp_association *,
682 typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *);
793 struct sctp_association *asoc;
952 struct sctp_association *);
1017 struct sctp_association *asoc;
1055 void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
1266 void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
1267 struct sctp_association *sctp_endpoint_lookup_assoc(
1279 const struct sctp_association *asoc,
1282 int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk,
1344 struct sctp_association { struct
1855 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() argument
1857 struct sctp_association *asoc; in sctp_assoc()
1859 asoc = container_of(base, struct sctp_association, base); in sctp_assoc()
1866 struct sctp_association *
1869 void sctp_association_free(struct sctp_association *);
1870 void sctp_association_put(struct sctp_association *);
1871 void sctp_association_hold(struct sctp_association *);
1874 struct sctp_association *, struct sctp_transport *);
1875 void sctp_assoc_update_retran_path(struct sctp_association *);
1876 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
1878 int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
1880 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
1884 void sctp_assoc_del_peer(struct sctp_association *asoc,
1886 void sctp_assoc_rm_peer(struct sctp_association *asoc,
1888 void sctp_assoc_control_transport(struct sctp_association *,
1891 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
1892 struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
1896 void sctp_assoc_migrate(struct sctp_association *, struct sock *);
1897 void sctp_assoc_update(struct sctp_association *old,
1898 struct sctp_association *new);
1900 __u32 sctp_association_get_next_tsn(struct sctp_association *);
1902 void sctp_assoc_sync_pmtu(struct sock *, struct sctp_association *);
1903 void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int);
1904 void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int);
1905 void sctp_assoc_set_primary(struct sctp_association *,
1907 void sctp_assoc_del_nonprimary_peers(struct sctp_association *,
1909 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *,
1911 int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
1914 int sctp_assoc_set_id(struct sctp_association *, gfp_t);
1915 void sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc);
1917 const struct sctp_association *asoc,
1919 void sctp_asconf_queue_teardown(struct sctp_association *asoc);
1923 struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);