sctp_pf
struct sctp_pf *sctp_get_pf_specific(sa_family_t family);
int sctp_register_pf(struct sctp_pf *, sa_family_t);
struct sctp_pf *pf;
static struct sctp_pf sctp_pf_inet6 = {
static struct sctp_pf sctp_pf_inet = {
struct sctp_pf *sctp_get_pf_specific(sa_family_t family)
int sctp_register_pf(struct sctp_pf *pf, sa_family_t family)
static struct sctp_pf *sctp_pf_inet6_specific;
static struct sctp_pf *sctp_pf_inet_specific;
struct sctp_pf *pf = sctp_get_pf_specific(dst->ops->family);