/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, 172 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, 175 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, 178 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc, 180 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, 182 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, 185 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc, 187 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc, 190 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc, 193 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, 84 const struct sctp_association *asoc, 92 const struct sctp_association *asoc, 97 const struct sctp_association *asoc, 104 const struct sctp_association *asoc, 109 const struct sctp_association *asoc, 114 const struct sctp_association *asoc, gfp_t gfp); 116 struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, 121 const struct sctp_association *asoc, __u16 key_id, [all …]
|
D | stream_sched.h | 44 int sctp_sched_set_sched(struct sctp_association *asoc, 46 int sctp_sched_get_sched(struct sctp_association *asoc); 47 int sctp_sched_set_value(struct sctp_association *asoc, __u16 sid, 49 int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
|
D | sctp.h | 101 struct sctp_association *asoc); 120 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc, 132 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc, 151 struct sctp_association *asoc, 185 int sctp_send_reset_streams(struct sctp_association *asoc, 187 int sctp_send_reset_assoc(struct sctp_association *asoc); 188 int sctp_send_add_streams(struct sctp_association *asoc, 258 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto() argument 261 if (asoc->stats.max_obs_rto < (__u64)trans->rto) { in sctp_max_rto() 262 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 | 507 struct sctp_association *asoc, 618 struct sctp_association *asoc; member 815 struct sctp_association *asoc; member 1057 struct sctp_association *asoc; member 1110 void sctp_prsctp_prune(struct sctp_association *asoc, 1375 const struct sctp_association *asoc, 2093 struct sctp_association *asoc; in sctp_assoc() local 2095 asoc = container_of(base, struct sctp_association, base); in sctp_assoc() 2096 return asoc; in sctp_assoc() 2114 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 | 731 struct sctp_association *asoc; member
|
/include/ |
D | Kbuild | 450 header-test- += linux/platform_data/asoc-s3c.h 1014 header-test- += trace/events/asoc.h
|