Home
last modified time | relevance | path

Searched refs:sctp_pf (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/sctp/
Dprotocol.c87 static struct sctp_pf *sctp_pf_inet6_specific;
88 static struct sctp_pf *sctp_pf_inet_specific;
997 static struct sctp_pf sctp_pf_inet = {
1099 struct sctp_pf *sctp_get_pf_specific(sa_family_t family) { in sctp_get_pf_specific()
1112 int sctp_register_pf(struct sctp_pf *pf, sa_family_t family) in sctp_register_pf()
Dipv6.c994 static struct sctp_pf sctp_pf_inet6 = {
/linux-3.4.99/include/net/sctp/
Dsctp.h121 extern struct sctp_pf *sctp_get_pf_specific(sa_family_t family);
122 extern int sctp_register_pf(struct sctp_pf *, sa_family_t);
Dstructs.h304 struct sctp_pf *pf;
633 struct sctp_pf { struct