Symbol: net_proto_family
crypto/af_alg.c
531
static const struct net_proto_family alg_family = {
drivers/isdn/mISDN/socket.c
803
static const struct net_proto_family mISDN_sock_family_ops = {
drivers/net/ppp/pppox.c
136
static const struct net_proto_family pppox_proto_family = {
include/linux/net.h
249
int sock_register(const struct net_proto_family *fam);
include/net/bluetooth/bluetooth.h
422
int bt_sock_register(int proto, const struct net_proto_family *ops);
include/net/icmp.h
35
struct net_proto_family;
include/net/ndisc.h
66
struct net_proto_family;
net/appletalk/ddp.c
1883
static const struct net_proto_family atalk_family_ops = {
net/atm/pvc.c
142
static const struct net_proto_family pvc_family_ops = {
net/atm/svc.c
677
static const struct net_proto_family svc_family_ops = {
net/ax25/af_ax25.c
2007
static const struct net_proto_family ax25_family_ops = {
net/bluetooth/af_bluetooth.c
45
static const struct net_proto_family *bt_proto[BT_MAX_PROTO];
net/bluetooth/af_bluetooth.c
85
int bt_sock_register(int proto, const struct net_proto_family *ops)
net/bluetooth/af_bluetooth.c
876
static const struct net_proto_family bt_sock_family_ops = {
net/bluetooth/bnep/sock.c
219
static const struct net_proto_family bnep_sock_family_ops = {
net/bluetooth/cmtp/sock.c
230
static const struct net_proto_family cmtp_sock_family_ops = {
net/bluetooth/hci_sock.c
2225
static const struct net_proto_family hci_sock_family_ops = {
net/bluetooth/hidp/sock.c
271
static const struct net_proto_family hidp_sock_family_ops = {
net/bluetooth/iso.c
2660
static const struct net_proto_family iso_sock_family_ops = {
net/bluetooth/l2cap_sock.c
1997
static const struct net_proto_family l2cap_sock_family_ops = {
net/bluetooth/rfcomm/sock.c
1028
static const struct net_proto_family rfcomm_sock_family_ops = {
net/bluetooth/sco.c
1564
static const struct net_proto_family sco_sock_family_ops = {
net/caif/caif_socket.c
1098
static const struct net_proto_family caif_family_ops = {
net/can/af_can.c
863
static const struct net_proto_family can_family_ops = {
net/ieee802154/socket.c
1063
static const struct net_proto_family ieee802154_family_ops = {
net/ipv4/af_inet.c
1158
static const struct net_proto_family inet_family_ops = {
net/ipv6/af_inet6.c
738
static const struct net_proto_family inet6_family_ops = {
net/iucv/af_iucv.c
2261
static const struct net_proto_family iucv_sock_family_ops = {
net/kcm/kcmsock.c
1847
static const struct net_proto_family kcm_family_ops = {
net/key/af_key.c
3777
static const struct net_proto_family pfkey_family_ops = {
net/llc/af_llc.c
1220
static const struct net_proto_family llc_ui_family_ops = {
net/mctp/af_mctp.c
842
static struct net_proto_family mctp_pf = {
net/netlink/af_netlink.c
2822
static const struct net_proto_family netlink_family_ops = {
net/netrom/af_netrom.c
1347
static const struct net_proto_family nr_family_ops = {
net/nfc/af_nfc.c
39
static const struct net_proto_family nfc_sock_family_ops = {
net/packet/af_packet.c
4681
static const struct net_proto_family packet_family_ops = {
net/phonet/af_phonet.c
110
static const struct net_proto_family phonet_proto_family = {
net/qrtr/af_qrtr.c
1281
static const struct net_proto_family qrtr_family = {
net/rds/af_rds.c
722
static const struct net_proto_family rds_family_ops = {
net/rose/af_rose.c
1520
static const struct net_proto_family rose_family_ops = {
net/rxrpc/af_rxrpc.c
1031
static const struct net_proto_family rxrpc_family_ops = {
net/smc/af_smc.c
3404
static const struct net_proto_family smc_sock_family_ops = {
net/socket.c
1539
const struct net_proto_family *pf;
net/socket.c
229
static const struct net_proto_family __rcu *net_families[NPROTO] __read_mostly;
net/socket.c
3211
int sock_register(const struct net_proto_family *ops)
net/tipc/socket.c
3414
static const struct net_proto_family tipc_family_ops = {
net/unix/af_unix.c
3782
static const struct net_proto_family unix_family_ops = {
net/vmw_vsock/af_vsock.c
2707
static const struct net_proto_family vsock_family_ops = {
net/x25/af_x25.c
1623
static const struct net_proto_family x25_family_ops = {
net/xdp/xsk.c
1903
static const struct net_proto_family xsk_family_ops = {