Searched refs:sctp_af (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/sctp/
H A Dbind_addr.c222 struct sctp_af *af;
271 struct sctp_af *af;
404 struct sctp_af *af;
431 struct sctp_af *af;
489 struct sctp_af *af;
568 struct sctp_af *af;
H A Dproc.c83 struct sctp_af *af;
117 struct sctp_af *af;
H A Dprotocol.c58 static struct sctp_af *sctp_af_v4_specific;
59 static struct sctp_af *sctp_af_v6_specific;
106 struct sctp_af *af;
111 af = list_entry(pos, struct sctp_af, list);
924 int sctp_register_af(struct sctp_af *af)
949 struct sctp_af *sctp_get_af_specific(sa_family_t family)
1094 static struct sctp_af sctp_af_inet;
1170 static struct sctp_af sctp_af_inet = {
H A Dinput.c99 struct sctp_af *af;
468 struct sctp_af *af;
1132 struct sctp_af *af;
1194 struct sctp_af *af;
H A Dipv6.c956 struct sctp_af *af1, *af2;
983 struct sctp_af *af;
1018 struct sctp_af *af = NULL;
1128 static struct sctp_af sctp_af_inet6 = {
H A Dsocket.c82 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
213 struct sctp_af *af;
275 struct sctp_af *af = sctp_get_af_specific(addr->ss_family);
333 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
336 struct sctp_af *af;
382 struct sctp_af *af;
511 struct sctp_af *af;
568 struct sctp_af *af;
687 struct sctp_af *af;
769 struct sctp_af *a
[all...]
H A Dsm_make_chunk.c2363 struct sctp_af *af;
2551 struct sctp_af *af;
2806 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
2866 struct sctp_af *af;
2943 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family);
3060 struct sctp_af *af;
3358 struct sctp_af *af;
H A Dtransport.c452 struct sctp_af *af = transport->af_specific;
H A Dassociola.c895 struct sctp_af *af;
H A Dsm_statefuns.c1327 struct sctp_af *af = sctp_get_af_specific(ssa->v4.sin_family);
6509 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af;
/linux-master/include/net/sctp/
H A Dstructs.h432 struct sctp_af { struct
489 struct sctp_af *sctp_get_af_specific(sa_family_t);
490 int sctp_register_af(struct sctp_af *);
510 struct sctp_af *af;
810 struct sctp_af *af_specific;
1146 struct sctp_af *af;

Completed in 430 milliseconds