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
1854 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() argument
1856 struct sctp_association *asoc; in sctp_assoc()
1858 asoc = container_of(base, struct sctp_association, base); in sctp_assoc()
1865 struct sctp_association *
1868 void sctp_association_free(struct sctp_association *);
1869 void sctp_association_put(struct sctp_association *);
1870 void sctp_association_hold(struct sctp_association *);
1873 struct sctp_association *, struct sctp_transport *);
1874 void sctp_assoc_update_retran_path(struct sctp_association *);
1875 struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
1877 int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
1879 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
1883 void sctp_assoc_del_peer(struct sctp_association *asoc,
1885 void sctp_assoc_rm_peer(struct sctp_association *asoc,
1887 void sctp_assoc_control_transport(struct sctp_association *,
1890 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
1891 struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
1895 void sctp_assoc_migrate(struct sctp_association *, struct sock *);
1896 void sctp_assoc_update(struct sctp_association *old,
1897 struct sctp_association *new);
1899 __u32 sctp_association_get_next_tsn(struct sctp_association *);
1901 void sctp_assoc_sync_pmtu(struct sock *, struct sctp_association *);
1902 void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int);
1903 void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int);
1904 void sctp_assoc_set_primary(struct sctp_association *,
1906 void sctp_assoc_del_nonprimary_peers(struct sctp_association *,
1908 int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *,
1910 int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
1913 int sctp_assoc_set_id(struct sctp_association *, gfp_t);
1914 void sctp_assoc_clean_asconf_ack_cache(const struct sctp_association *asoc);
1916 const struct sctp_association *asoc,
1918 void sctp_asconf_queue_teardown(struct sctp_association *asoc);
1922 struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);