Home
last modified time | relevance | path

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

/include/net/sctp/
A Dsm.h56 const struct sctp_association *asoc,
198 const struct sctp_association *asoc,
210 const struct sctp_association *asoc,
277 struct sctp_association *asoc,
281 struct sctp_association *asoc,
285 struct sctp_association *asoc,
289 struct sctp_association *asoc,
293 struct sctp_association *asoc,
297 struct sctp_association *asoc,
375 const struct sctp_association *asoc) in sctp_vtag_verify() argument
[all …]
A 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,
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,
105 struct sctp_association *asoc, __u16 key_id);
107 struct sctp_association *asoc, __u16 key_id);
[all …]
A 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);
127 const struct sctp_association *asoc, gfp_t gfp);
130 const struct sctp_association *asoc, __u16 flags,
[all …]
A 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);
A 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,
A Dsctp.h98 struct sctp_association *asoc);
149 struct sctp_association *asoc,
186 int sctp_send_add_streams(struct sctp_association *asoc,
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()
261 memset(&asoc->stats.obs_rto_ipaddr, 0, in sctp_max_rto()
263 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr, in sctp_max_rto()
348 return asoc ? asoc->assoc_id : 0; in sctp_assoc2id()
361 return asoc->state + 1; in sctp_assoc_to_state()
517 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) argument
[all …]
A Dstructs.h504 struct sctp_association *asoc,
615 struct sctp_association *asoc; member
814 struct sctp_association *asoc; member
1076 struct sctp_association *asoc; member
1127 void sctp_prsctp_prune(struct sctp_association *asoc,
1386 const struct sctp_association *asoc,
2128 struct sctp_association *asoc; in sctp_assoc() local
2131 return asoc; in sctp_assoc()
2155 void sctp_assoc_rm_peer(struct sctp_association *asoc,
2170 void sctp_assoc_sync_pmtu(struct sctp_association *asoc);
[all …]
A Dstream_interleave.h23 struct sctp_chunk *(*make_datafrag)(const struct sctp_association *asoc,
A Dcommand.h117 struct sctp_association *asoc; member
158 SCTP_ARG_CONSTRUCTOR(ASOC, struct sctp_association *, asoc) in SCTP_ARG_CONSTRUCTOR()
/include/trace/events/
A Dsctp.h14 const struct sctp_association *asoc),
16 TP_ARGS(sp, asoc),
19 __field(__u64, asoc)
31 __entry->asoc = (unsigned long)asoc;
53 const struct sctp_association *asoc,
56 TP_ARGS(ep, asoc, chunk),
59 __field(__u64, asoc)
71 __entry->asoc = (unsigned long)asoc;
74 __entry->peer_port = asoc->peer.port;
75 __entry->pathmtu = asoc->pathmtu;
[all …]
A Dasoc.h3 #define TRACE_SYSTEM asoc
/include/linux/
A Dsecurity.h1686 int security_sctp_assoc_request(struct sctp_association *asoc, struct sk_buff *skb);
1689 void security_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk,
1691 int security_sctp_assoc_established(struct sctp_association *asoc,
1902 static inline int security_sctp_assoc_request(struct sctp_association *asoc, in security_sctp_assoc_request() argument
1915 static inline void security_sctp_sk_clone(struct sctp_association *asoc, in security_sctp_sk_clone() argument
1921 static inline int security_sctp_assoc_established(struct sctp_association *asoc, in security_sctp_assoc_established() argument
A Dsctp.h738 struct sctp_association *asoc; member
A Dlsm_hook_defs.h370 LSM_HOOK(int, 0, sctp_assoc_request, struct sctp_association *asoc,
374 LSM_HOOK(void, LSM_RET_VOID, sctp_sk_clone, struct sctp_association *asoc,
376 LSM_HOOK(int, 0, sctp_assoc_established, struct sctp_association *asoc,

Completed in 35 milliseconds