sctp_pf 84 include/net/sctp/sctp.h struct sctp_pf *sctp_get_pf_specific(sa_family_t family); sctp_pf 85 include/net/sctp/sctp.h int sctp_register_pf(struct sctp_pf *, sa_family_t); sctp_pf 156 include/net/sctp/structs.h struct sctp_pf *pf; sctp_pf 1097 net/sctp/ipv6.c static struct sctp_pf sctp_pf_inet6 = { sctp_pf 56 net/sctp/protocol.c static struct sctp_pf *sctp_pf_inet6_specific; sctp_pf 57 net/sctp/protocol.c static struct sctp_pf *sctp_pf_inet_specific; sctp_pf 996 net/sctp/protocol.c static struct sctp_pf sctp_pf_inet = { sctp_pf 1101 net/sctp/protocol.c struct sctp_pf *sctp_get_pf_specific(sa_family_t family) sctp_pf 1114 net/sctp/protocol.c int sctp_register_pf(struct sctp_pf *pf, sa_family_t family) sctp_pf 261 net/sctp/transport.c struct sctp_pf *pf = sctp_get_pf_specific(dst->ops->family);