Home
last modified time | relevance | path

Searched refs:asoc (Results 1 – 12 of 12) sorted by relevance

/include/trace/events/
Dsctp.h14 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 …]
Dasoc.h3 #define TRACE_SYSTEM asoc
/include/net/sctp/
Dsm.h56 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 …]
Dauth.h73 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 …]
Dulpevent.h39 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 …]
Dstream_sched.h46 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,
Dsctp.h103 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 …]
Dulpqueue.h31 struct sctp_association *asoc; member
59 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc);
Dstructs.h506 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 …]
Dstream_interleave.h23 struct sctp_chunk *(*make_datafrag)(const struct sctp_association *asoc,
Dcommand.h117 struct sctp_association *asoc; member
158 SCTP_ARG_CONSTRUCTOR(ASOC, struct sctp_association *, asoc) in SCTP_ARG_CONSTRUCTOR()
/include/linux/
Dsctp.h740 struct sctp_association *asoc; member