net_proto_family
static const struct net_proto_family alg_family = {
static const struct net_proto_family mISDN_sock_family_ops = {
static const struct net_proto_family pppox_proto_family = {
int sock_register(const struct net_proto_family *fam);
int bt_sock_register(int proto, const struct net_proto_family *ops);
struct net_proto_family;
struct net_proto_family;
static const struct net_proto_family atalk_family_ops = {
static const struct net_proto_family pvc_family_ops = {
static const struct net_proto_family svc_family_ops = {
static const struct net_proto_family ax25_family_ops = {
static const struct net_proto_family *bt_proto[BT_MAX_PROTO];
int bt_sock_register(int proto, const struct net_proto_family *ops)
static const struct net_proto_family bt_sock_family_ops = {
static const struct net_proto_family bnep_sock_family_ops = {
static const struct net_proto_family cmtp_sock_family_ops = {
static const struct net_proto_family hci_sock_family_ops = {
static const struct net_proto_family hidp_sock_family_ops = {
static const struct net_proto_family iso_sock_family_ops = {
static const struct net_proto_family l2cap_sock_family_ops = {
static const struct net_proto_family rfcomm_sock_family_ops = {
static const struct net_proto_family sco_sock_family_ops = {
static const struct net_proto_family caif_family_ops = {
static const struct net_proto_family can_family_ops = {
static const struct net_proto_family ieee802154_family_ops = {
static const struct net_proto_family inet_family_ops = {
static const struct net_proto_family inet6_family_ops = {
static const struct net_proto_family iucv_sock_family_ops = {
static const struct net_proto_family kcm_family_ops = {
static const struct net_proto_family pfkey_family_ops = {
static const struct net_proto_family llc_ui_family_ops = {
static struct net_proto_family mctp_pf = {
static const struct net_proto_family netlink_family_ops = {
static const struct net_proto_family nr_family_ops = {
static const struct net_proto_family nfc_sock_family_ops = {
static const struct net_proto_family packet_family_ops = {
static const struct net_proto_family phonet_proto_family = {
static const struct net_proto_family qrtr_family = {
static const struct net_proto_family rds_family_ops = {
static const struct net_proto_family rose_family_ops = {
static const struct net_proto_family rxrpc_family_ops = {
static const struct net_proto_family smc_sock_family_ops = {
const struct net_proto_family *pf;
static const struct net_proto_family __rcu *net_families[NPROTO] __read_mostly;
int sock_register(const struct net_proto_family *ops)
static const struct net_proto_family tipc_family_ops = {
static const struct net_proto_family unix_family_ops = {
static const struct net_proto_family vsock_family_ops = {
static const struct net_proto_family x25_family_ops = {
static const struct net_proto_family xsk_family_ops = {