Symbol: sctp_af
include/net/sctp/structs.h
1138
struct sctp_af *af;
include/net/sctp/structs.h
483
struct sctp_af *sctp_get_af_specific(sa_family_t);
include/net/sctp/structs.h
484
int sctp_register_af(struct sctp_af *);
include/net/sctp/structs.h
501
struct sctp_af *af;
include/net/sctp/structs.h
802
struct sctp_af *af_specific;
net/sctp/associola.c
881
struct sctp_af *af;
net/sctp/bind_addr.c
222
struct sctp_af *af;
net/sctp/bind_addr.c
271
struct sctp_af *af;
net/sctp/bind_addr.c
413
struct sctp_af *af;
net/sctp/bind_addr.c
440
struct sctp_af *af;
net/sctp/bind_addr.c
498
struct sctp_af *af;
net/sctp/bind_addr.c
577
struct sctp_af *af;
net/sctp/input.c
1135
struct sctp_af *af;
net/sctp/input.c
1197
struct sctp_af *af;
net/sctp/input.c
468
struct sctp_af *af;
net/sctp/input.c
99
struct sctp_af *af;
net/sctp/ipv6.c
1094
static struct sctp_af sctp_af_inet6 = {
net/sctp/ipv6.c
922
struct sctp_af *af1, *af2;
net/sctp/ipv6.c
949
struct sctp_af *af;
net/sctp/ipv6.c
984
struct sctp_af *af = NULL;
net/sctp/proc.c
117
struct sctp_af *af;
net/sctp/proc.c
83
struct sctp_af *af;
net/sctp/protocol.c
1083
static struct sctp_af sctp_af_inet;
net/sctp/protocol.c
109
struct sctp_af *af;
net/sctp/protocol.c
114
af = list_entry(pos, struct sctp_af, list);
net/sctp/protocol.c
1158
static struct sctp_af sctp_af_inet = {
net/sctp/protocol.c
61
static struct sctp_af *sctp_af_v4_specific;
net/sctp/protocol.c
62
static struct sctp_af *sctp_af_v6_specific;
net/sctp/protocol.c
910
int sctp_register_af(struct sctp_af *af)
net/sctp/protocol.c
935
struct sctp_af *sctp_get_af_specific(sa_family_t family)
net/sctp/sm_make_chunk.c
2355
struct sctp_af *af;
net/sctp/sm_make_chunk.c
2543
struct sctp_af *af;
net/sctp/sm_make_chunk.c
2801
struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
net/sctp/sm_make_chunk.c
2861
struct sctp_af *af;
net/sctp/sm_make_chunk.c
2938
struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
net/sctp/sm_make_chunk.c
3055
struct sctp_af *af;
net/sctp/sm_make_chunk.c
3362
struct sctp_af *af;
net/sctp/sm_statefuns.c
1346
struct sctp_af *af = sctp_get_af_specific(ssa->v4.sin_family);
net/sctp/sm_statefuns.c
6564
struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af;
net/sctp/socket.c
1008
struct sctp_af *af;
net/sctp/socket.c
1176
struct sctp_af *af;
net/sctp/socket.c
1665
struct sctp_af *af;
net/sctp/socket.c
213
struct sctp_af *af;
net/sctp/socket.c
275
struct sctp_af *af = sctp_get_af_specific(addr->ss_family);
net/sctp/socket.c
3031
struct sctp_af *af;
net/sctp/socket.c
3327
struct sctp_af *af;
net/sctp/socket.c
334
static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
net/sctp/socket.c
337
struct sctp_af *af;
net/sctp/socket.c
383
struct sctp_af *af;
net/sctp/socket.c
4594
struct sctp_af *af = sctp_sk(sk)->pf->af;
net/sctp/socket.c
4818
struct sctp_af *af;
net/sctp/socket.c
512
struct sctp_af *af;
net/sctp/socket.c
569
struct sctp_af *af;
net/sctp/socket.c
688
struct sctp_af *af;
net/sctp/socket.c
770
struct sctp_af *af;
net/sctp/socket.c
8146
struct sctp_af *af = sctp_sk(sk)->pf->af;
net/sctp/socket.c
82
static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
net/sctp/socket.c
8582
struct sctp_af *af = sctp_sk(sk)->pf->af;
net/sctp/socket.c
8831
struct sctp_af *af;
net/sctp/socket.c
914
struct sctp_af *af;
net/sctp/transport.c
445
struct sctp_af *af = transport->af_specific;