Symbol: sctp_endpoint
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 *),
include/net/sctp/sctp.h
136
int sctp_hash_endpoint(struct sctp_endpoint *ep);
include/net/sctp/sctp.h
137
void sctp_unhash_endpoint(struct sctp_endpoint *);
include/net/sctp/sctp.h
161
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
1331
static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base)
include/net/sctp/structs.h
1333
struct sctp_endpoint *ep;
include/net/sctp/structs.h
1335
ep = container_of(base, struct sctp_endpoint, base);
include/net/sctp/structs.h
1340
struct sctp_endpoint *sctp_endpoint_new(struct sock *, gfp_t);
include/net/sctp/structs.h
1341
void sctp_endpoint_free(struct sctp_endpoint *);
include/net/sctp/structs.h
1342
void sctp_endpoint_put(struct sctp_endpoint *);
include/net/sctp/structs.h
1343
int sctp_endpoint_hold(struct sctp_endpoint *ep);
include/net/sctp/structs.h
1344
void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
include/net/sctp/structs.h
1346
const struct sctp_endpoint *ep,
include/net/sctp/structs.h
1349
bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep,
include/net/sctp/structs.h
1351
struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep,
include/net/sctp/structs.h
1358
int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep,
include/net/sctp/structs.h
1365
__u32 sctp_generate_tag(const struct sctp_endpoint *);
include/net/sctp/structs.h
1366
__u32 sctp_generate_tsn(const struct sctp_endpoint *);
include/net/sctp/structs.h
1562
struct sctp_endpoint *ep;
include/net/sctp/structs.h
159
struct sctp_endpoint *ep;
include/net/sctp/structs.h
2111
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
971
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
135
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/diag.c
254
static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p)
net/sctp/diag.c
299
static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p)
net/sctp/diag.c
354
static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p)
net/sctp/diag.c
370
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
1997
const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
207
struct sctp_endpoint *ep = asoc->ep;
net/sctp/sm_make_chunk.c
2148
const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
2281
int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_make_chunk.c
2537
struct sctp_endpoint *ep = asoc->ep;
net/sctp/sm_make_chunk.c
2747
__u32 sctp_generate_tag(const struct sctp_endpoint *ep)
net/sctp/sm_make_chunk.c
2762
__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
1032
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1058
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1106
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
111
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1135
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1183
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
120
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1257
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
128
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1350
struct sctp_endpoint *ep;
net/sctp/sm_statefuns.c
136
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
144
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1531
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
156
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
163
__sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1759
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1814
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1838
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
1884
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2007
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2091
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2114
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2226
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
235
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2380
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2426
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2480
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2508
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2579
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2696
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2737
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2768
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2808
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2824
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2898
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
2988
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3041
__sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3079
sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3124
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3180
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
320
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3236
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3357
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3448
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3525
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3572
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3614
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3652
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3735
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3831
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3887
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
3915
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4029
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4056
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4171
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4248
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4315
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4477
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4573
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4653
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4696
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4723
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4747
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4864
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4884
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4927
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
4947
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5019
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5131
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5171
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
522
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5228
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5265
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5280
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5307
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5342
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5370
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
54
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5419
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5445
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5472
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5503
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5539
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5571
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5588
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5607
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5631
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5663
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5733
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5806
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5834
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5922
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
5954
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6019
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6070
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6141
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6213
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6250
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6293
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6310
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6330
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6375
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
6500
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
66
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
704
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
73
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
81
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
88
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
939
const struct sctp_endpoint *ep,
net/sctp/sm_statefuns.c
95
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
3583
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3613
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3642
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3703
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3751
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
3799
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
381
struct sctp_endpoint *ep = sp->ep;
net/sctp/socket.c
4067
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
4346
struct sctp_endpoint *ep;
net/sctp/socket.c
4376
struct sctp_endpoint *ep;
net/sctp/socket.c
5211
struct sctp_endpoint *ep;
net/sctp/socket.c
5372
int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *),
net/sctp/socket.c
5376
struct sctp_endpoint *ep;
net/sctp/socket.c
5414
struct sctp_endpoint *ep;
net/sctp/socket.c
5443
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
6963
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
6999
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
7079
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
763
struct sctp_endpoint *ep;
net/sctp/socket.c
8507
struct sctp_endpoint *ep2 = sp2->ep;
net/sctp/socket.c
8598
struct sctp_endpoint *ep = sp->ep;
net/sctp/socket.c
8653
struct sctp_endpoint *ep = sctp_sk(sk)->ep;
net/sctp/socket.c
9454
struct sctp_endpoint *ep;
net/sctp/socket.c
9535
struct sctp_endpoint *newep = newsp->ep;