/include/trace/events/ |
D | sctp.h | 14 const struct sctp_association *asoc), 16 TP_ARGS(sp, asoc), 19 __field(__u64, asoc) 31 __entry->asoc = (unsigned long)asoc; 32 __entry->primary = (sp == asoc->peer.primary_path); 44 __entry->asoc, __entry->primary ? "(*)" : "", 53 const struct sctp_association *asoc, 56 TP_ARGS(ep, asoc, chunk), 59 __field(__u64, asoc) 71 __entry->asoc = (unsigned long)asoc; [all …]
|
D | asoc.h | 3 #define TRACE_SYSTEM asoc
|
/include/net/sctp/ |
D | sm.h | 56 const struct sctp_association *asoc, 173 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, 176 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, 179 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc, 181 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, 183 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, 186 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc, 188 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc, 191 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc, 194 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, [all …]
|
D | auth.h | 73 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp); 75 const struct sctp_association *asoc, 78 struct sctp_association *asoc, 83 struct sctp_hmac *sctp_auth_asoc_get_hmac(const struct sctp_association *asoc); 84 void sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, 86 int sctp_auth_asoc_verify_hmac_id(const struct sctp_association *asoc, 89 const struct sctp_association *asoc); 91 const struct sctp_association *asoc); 92 void sctp_auth_calculate_hmac(const struct sctp_association *asoc, 102 int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, [all …]
|
D | ulpevent.h | 39 struct sctp_association *asoc; member 74 const struct sctp_association *asoc, 87 const struct sctp_association *asoc, 92 const struct sctp_association *asoc, 99 const struct sctp_association *asoc, 106 const struct sctp_association *asoc, 111 const struct sctp_association *asoc, 116 const struct sctp_association *asoc, gfp_t gfp); 118 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, 123 const struct sctp_association *asoc, __u16 key_id, [all …]
|
D | stream_sched.h | 46 int sctp_sched_set_sched(struct sctp_association *asoc, 48 int sctp_sched_get_sched(struct sctp_association *asoc); 49 int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid, 51 int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
|
D | sctp.h | 103 struct sctp_association *asoc); 121 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc, 133 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc, 154 struct sctp_association *asoc, 188 int sctp_send_reset_streams(struct sctp_association *asoc, 190 int sctp_send_reset_assoc(struct sctp_association *asoc); 191 int sctp_send_add_streams(struct sctp_association *asoc, 261 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto() argument 264 if (asoc->stats.max_obs_rto < (__u64)trans->rto) { in sctp_max_rto() 265 asoc->stats.max_obs_rto = trans->rto; in sctp_max_rto() [all …]
|
D | ulpqueue.h | 31 struct sctp_association *asoc; member 59 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc);
|
D | structs.h | 506 struct sctp_association *asoc, 617 struct sctp_association *asoc; member 815 struct sctp_association *asoc; member 1078 struct sctp_association *asoc; member 1131 void sctp_prsctp_prune(struct sctp_association *asoc, 1398 const struct sctp_association *asoc, 2123 struct sctp_association *asoc; in sctp_assoc() local 2125 asoc = container_of(base, struct sctp_association, base); in sctp_assoc() 2126 return asoc; in sctp_assoc() 2144 int sctp_assoc_lookup_laddr(struct sctp_association *asoc, [all …]
|
D | stream_interleave.h | 23 struct sctp_chunk *(*make_datafrag)(const struct sctp_association *asoc,
|
D | command.h | 117 struct sctp_association *asoc; member 158 SCTP_ARG_CONSTRUCTOR(ASOC, struct sctp_association *, asoc) in SCTP_ARG_CONSTRUCTOR()
|
/include/linux/ |
D | sctp.h | 740 struct sctp_association *asoc; member
|