Home
last modified time | relevance | path

Searched refs:asoc (Results 1 – 14 of 14) 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,
170 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
173 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
176 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
178 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
180 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
183 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
185 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
188 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
191 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 …]
Dulpqueue.h31 struct sctp_association *asoc; member
38 void sctp_ulpq_init(struct sctp_ulpq *ulpq, struct sctp_association *asoc);
58 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc);
Dstream_sched.h44 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,
Dsctp.h98 struct sctp_association *asoc);
116 int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
128 int sctp_primitive_RECONF(struct net *net, struct sctp_association *asoc,
149 struct sctp_association *asoc,
183 int sctp_send_reset_streams(struct sctp_association *asoc,
185 int sctp_send_reset_assoc(struct sctp_association *asoc);
186 int sctp_send_add_streams(struct sctp_association *asoc,
256 static inline void sctp_max_rto(struct sctp_association *asoc, in sctp_max_rto() argument
259 if (asoc->stats.max_obs_rto < (__u64)trans->rto) { in sctp_max_rto()
260 asoc->stats.max_obs_rto = trans->rto; in sctp_max_rto()
[all …]
Dstructs.h507 struct sctp_association *asoc,
618 struct sctp_association *asoc; member
816 struct sctp_association *asoc; member
1078 struct sctp_association *asoc; member
1129 void sctp_prsctp_prune(struct sctp_association *asoc,
1388 const struct sctp_association *asoc,
2130 struct sctp_association *asoc; in sctp_assoc() local
2132 asoc = container_of(base, struct sctp_association, base); in sctp_assoc()
2133 return asoc; in sctp_assoc()
2151 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/
Dsecurity.h1478 int security_sctp_assoc_request(struct sctp_association *asoc, struct sk_buff *skb);
1481 void security_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk,
1483 int security_sctp_assoc_established(struct sctp_association *asoc,
1689 static inline int security_sctp_assoc_request(struct sctp_association *asoc, in security_sctp_assoc_request() argument
1702 static inline void security_sctp_sk_clone(struct sctp_association *asoc, in security_sctp_sk_clone() argument
1708 static inline int security_sctp_assoc_established(struct sctp_association *asoc, in security_sctp_assoc_established() argument
Dlsm_hook_defs.h341 LSM_HOOK(int, 0, sctp_assoc_request, struct sctp_association *asoc,
345 LSM_HOOK(void, LSM_RET_VOID, sctp_sk_clone, struct sctp_association *asoc,
347 LSM_HOOK(int, 0, sctp_assoc_established, struct sctp_association *asoc,
Dsctp.h740 struct sctp_association *asoc; member