include/net/sctp/auth.h
100
int sctp_auth_del_key_id(struct sctp_endpoint *ep,
include/net/sctp/auth.h
102
int sctp_auth_deact_key_id(struct sctp_endpoint *ep,
include/net/sctp/auth.h
104
int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp);
include/net/sctp/auth.h
105
void sctp_auth_free(struct sctp_endpoint *ep);
include/net/sctp/auth.h
21
struct sctp_endpoint;
include/net/sctp/auth.h
72
int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep,
include/net/sctp/auth.h
93
int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id);
include/net/sctp/auth.h
94
int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep,
include/net/sctp/auth.h
96
int sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc,
include/net/sctp/auth.h
98
int sctp_auth_set_active_key(struct sctp_endpoint *ep,
include/net/sctp/sctp.h
102
typedef int (*sctp_callback_t)(struct sctp_endpoint *, struct sctp_transport *, void *);
include/net/sctp/sctp.h
114
int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *), void *p);
include/net/sctp/sctp.h
135
int sctp_hash_endpoint(struct sctp_endpoint *ep);
include/net/sctp/sctp.h
136
void sctp_unhash_endpoint(struct sctp_endpoint *);
include/net/sctp/sctp.h
160
const struct sctp_endpoint *ep,
include/net/sctp/sm.h
305
struct sctp_endpoint *ep, struct sctp_association *asoc,
include/net/sctp/sm.h
318
const struct sctp_endpoint *ep,
include/net/sctp/sm.h
325
__u32 sctp_generate_tag(const struct sctp_endpoint *ep);
include/net/sctp/sm.h
326
__u32 sctp_generate_tsn(const struct sctp_endpoint *ep);
include/net/sctp/sm.h
55
const struct sctp_endpoint *ep,
include/net/sctp/structs.h
1330
static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base)
include/net/sctp/structs.h
1332
struct sctp_endpoint *ep;
include/net/sctp/structs.h
1334
ep = container_of(base, struct sctp_endpoint, base);
include/net/sctp/structs.h
1339
struct sctp_endpoint *sctp_endpoint_new(struct sock *, gfp_t);
include/net/sctp/structs.h
1340
void sctp_endpoint_free(struct sctp_endpoint *);
include/net/sctp/structs.h
1341
void sctp_endpoint_put(struct sctp_endpoint *);
include/net/sctp/structs.h
1342
int sctp_endpoint_hold(struct sctp_endpoint *ep);
include/net/sctp/structs.h
1343
void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
include/net/sctp/structs.h
1345
const struct sctp_endpoint *ep,
include/net/sctp/structs.h
1348
bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep,
include/net/sctp/structs.h
1350
struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep,
include/net/sctp/structs.h
1357
int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep,
include/net/sctp/structs.h
1364
__u32 sctp_generate_tag(const struct sctp_endpoint *);
include/net/sctp/structs.h
1365
__u32 sctp_generate_tsn(const struct sctp_endpoint *);
include/net/sctp/structs.h
1561
struct sctp_endpoint *ep;
include/net/sctp/structs.h
159
struct sctp_endpoint *ep;
include/net/sctp/structs.h
2110
sctp_association_new(const struct sctp_endpoint *ep, const struct sock *sk,
include/net/sctp/structs.h
62
struct sctp_endpoint;
include/trace/events/sctp.h
52
TP_PROTO(const struct sctp_endpoint *ep,
net/sctp/associola.c
286
struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep,
net/sctp/associola.c
53
const struct sctp_endpoint *ep,
net/sctp/associola.c
65
asoc->ep = (struct sctp_endpoint *)ep;
net/sctp/associola.c
968
struct sctp_endpoint *ep;
net/sctp/auth.c
354
int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep,
net/sctp/auth.c
662
int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id)
net/sctp/auth.c
684
int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep,
net/sctp/auth.c
720
int sctp_auth_set_key(struct sctp_endpoint *ep,
net/sctp/auth.c
783
int sctp_auth_set_active_key(struct sctp_endpoint *ep,
net/sctp/auth.c
826
int sctp_auth_del_key_id(struct sctp_endpoint *ep,
net/sctp/auth.c
870
int sctp_auth_deact_key_id(struct sctp_endpoint *ep,
net/sctp/auth.c
925
int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp)
net/sctp/auth.c
975
void sctp_auth_free(struct sctp_endpoint *ep)
net/sctp/diag.c
134
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/diag.c
253
static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p)
net/sctp/diag.c
297
static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p)
net/sctp/diag.c
352
static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p)
net/sctp/diag.c
368
static int sctp_ep_dump(struct sctp_endpoint *ep, void *p)
net/sctp/endpointola.c
133
struct sctp_endpoint *sctp_endpoint_new(struct sock *sk, gfp_t gfp)
net/sctp/endpointola.c
135
struct sctp_endpoint *ep;
net/sctp/endpointola.c
155
void sctp_endpoint_add_asoc(struct sctp_endpoint *ep,
net/sctp/endpointola.c
178
void sctp_endpoint_free(struct sctp_endpoint *ep)
net/sctp/endpointola.c
193
struct sctp_endpoint *ep = container_of(head, struct sctp_endpoint, rcu);
net/sctp/endpointola.c
203
static void sctp_endpoint_destroy(struct sctp_endpoint *ep)
net/sctp/endpointola.c
233
int sctp_endpoint_hold(struct sctp_endpoint *ep)
net/sctp/endpointola.c
241
void sctp_endpoint_put(struct sctp_endpoint *ep)
net/sctp/endpointola.c
248
struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep,
net/sctp/endpointola.c
254
struct sctp_endpoint *retval = NULL;
net/sctp/endpointola.c
272
const struct sctp_endpoint *ep,
net/sctp/endpointola.c
302
bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep,
net/sctp/endpointola.c
328
struct sctp_endpoint *ep =
net/sctp/endpointola.c
329
container_of(work, struct sctp_endpoint,
net/sctp/endpointola.c
50
static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep,
net/sctp/input.c
1030
const struct sctp_endpoint *ep,
net/sctp/input.c
55
static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(
net/sctp/input.c
733
static int __sctp_hash_endpoint(struct sctp_endpoint *ep)
net/sctp/input.c
746
struct sctp_endpoint *ep2;
net/sctp/input.c
789
int sctp_hash_endpoint(struct sctp_endpoint *ep)
net/sctp/input.c
801
static void __sctp_unhash_endpoint(struct sctp_endpoint *ep)
net/sctp/input.c
818
void sctp_unhash_endpoint(struct sctp_endpoint *ep)
net/sctp/input.c
840
static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(
net/sctp/input.c
847
struct sctp_endpoint *ep;
net/sctp/input.c
92
struct sctp_endpoint *ep = NULL;
net/sctp/primitive.c
43
struct sctp_endpoint *ep; \
net/sctp/proc.c
164
struct sctp_endpoint *ep;
net/sctp/sm_make_chunk.c
1620
struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
1646
const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
1723
const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
1982
const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
207
struct sctp_endpoint *ep = asoc->ep;
net/sctp/sm_make_chunk.c
2133
const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
2260
int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
2515
struct sctp_endpoint *ep = asoc->ep;
net/sctp/sm_make_chunk.c
2722
__u32 sctp_generate_tag(const struct sctp_endpoint *ep)
net/sctp/sm_make_chunk.c
2737
__u32 sctp_generate_tsn(const struct sctp_endpoint *ep)
net/sctp/sm_make_chunk.c
58
const struct sctp_endpoint *ep,
net/sctp/sm_sideeffect.c
1151
struct sctp_endpoint *ep, struct sctp_association *asoc,
net/sctp/sm_sideeffect.c
1189
struct sctp_endpoint *ep,
net/sctp/sm_sideeffect.c
1278
struct sctp_endpoint *ep,
net/sctp/sm_sideeffect.c
43
struct sctp_endpoint *ep,
net/sctp/sm_sideeffect.c
52
struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1016
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1042
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1090
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
110
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1119
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1167
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
119
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1241
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
127
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1334
struct sctp_endpoint *ep;
net/sctp/sm_statefuns.c
135
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
143
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1515
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
155
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
162
__sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1734
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1789
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1813
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1859
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1982
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2066
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2089
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2201
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2338
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
234
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2384
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2438
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2466
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2531
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2654
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2695
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2726
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2766
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2782
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2856
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2946
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2999
__sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3037
sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3082
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3138
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
319
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3194
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3315
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3406
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3483
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3530
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3572
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3610
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3693
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3789
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3845
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3873
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3987
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4014
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4129
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4206
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4273
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4435
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4531
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4611
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4654
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4681
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4705
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4822
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4842
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4885
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4905
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4977
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5089
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5129
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5186
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
519
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5223
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5238
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5265
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5300
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5328
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5377
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
54
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5403
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5430
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5461
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5497
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5529
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5546
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5565
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5589
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5621
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5691
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5764
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5792
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5880
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5912
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5977
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6028
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6099
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6171
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6208
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6251
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6268
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6288
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6333
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6458
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
66
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
701
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
73
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
80
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
87
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
923
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
94
const struct sctp_endpoint *ep,
net/sctp/socket.c
1068
static int sctp_connect_new_asoc(struct sctp_endpoint *ep,
net/sctp/socket.c
1138
struct sctp_endpoint *ep = asoc->ep;
net/sctp/socket.c
1171
struct sctp_endpoint *ep = sp->ep;
net/sctp/socket.c
1487
struct sctp_endpoint *ep;
net/sctp/socket.c
1661
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
1944
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3574
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3604
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3633
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3694
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3742
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3790
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
381
struct sctp_endpoint *ep = sp->ep;
net/sctp/socket.c
4058
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
4336
struct sctp_endpoint *ep;
net/sctp/socket.c
4366
struct sctp_endpoint *ep;
net/sctp/socket.c
5200
struct sctp_endpoint *ep;
net/sctp/socket.c
5361
int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *),
net/sctp/socket.c
5365
struct sctp_endpoint *ep;
net/sctp/socket.c
5388
struct sctp_endpoint *ep;
net/sctp/socket.c
5417
struct sctp_endpoint *ep;
net/sctp/socket.c
561
struct sctp_endpoint *ep;
net/sctp/socket.c
682
struct sctp_endpoint *ep = sp->ep;
net/sctp/socket.c
6937
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
6973
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
7053
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
763
struct sctp_endpoint *ep;
net/sctp/socket.c
8481
struct sctp_endpoint *ep2 = sp2->ep;
net/sctp/socket.c
8572
struct sctp_endpoint *ep = sp->ep;
net/sctp/socket.c
8627
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
9426
struct sctp_endpoint *ep;
net/sctp/socket.c
9507
struct sctp_endpoint *newep = newsp->ep;