Symbol: net_proto_family
crypto/af_alg.c
529
static const struct net_proto_family alg_family = {
drivers/net/ppp/pppox.c
133
static const struct net_proto_family pppox_proto_family = {
include/linux/net.h
273
int sock_register(const struct net_proto_family *fam);
include/net/bluetooth/bluetooth.h
420
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
64
struct net_proto_family;
net/atm/pvc.c
142
static const struct net_proto_family pvc_family_ops = {
net/bluetooth/af_bluetooth.c
42
static const struct net_proto_family *bt_proto[BT_MAX_PROTO];
net/bluetooth/af_bluetooth.c
82
int bt_sock_register(int proto, const struct net_proto_family *ops)
net/bluetooth/af_bluetooth.c
915
static const struct net_proto_family bt_sock_family_ops = {
net/bluetooth/bnep/sock.c
216
static const struct net_proto_family bnep_sock_family_ops = {
net/bluetooth/hci_sock.c
2226
static const struct net_proto_family hci_sock_family_ops = {
net/bluetooth/hidp/sock.c
268
static const struct net_proto_family hidp_sock_family_ops = {
net/bluetooth/iso.c
2835
static const struct net_proto_family iso_sock_family_ops = {
net/bluetooth/l2cap_sock.c
2050
static const struct net_proto_family l2cap_sock_family_ops = {
net/bluetooth/rfcomm/sock.c
1054
static const struct net_proto_family rfcomm_sock_family_ops = {
net/bluetooth/sco.c
1617
static const struct net_proto_family sco_sock_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
1153
static const struct net_proto_family inet_family_ops = {
net/ipv6/af_inet6.c
722
static const struct net_proto_family inet6_family_ops = {
net/iucv/af_iucv.c
2288
static const struct net_proto_family iucv_sock_family_ops = {
net/kcm/kcmsock.c
1845
static const struct net_proto_family kcm_family_ops = {
net/key/af_key.c
3794
static const struct net_proto_family pfkey_family_ops = {
net/llc/af_llc.c
1215
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
2828
static const struct net_proto_family netlink_family_ops = {
net/nfc/af_nfc.c
39
static const struct net_proto_family nfc_sock_family_ops = {
net/packet/af_packet.c
4689
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
1291
static const struct net_proto_family qrtr_family = {
net/rds/af_rds.c
729
static const struct net_proto_family rds_family_ops = {
net/rxrpc/af_rxrpc.c
1027
static const struct net_proto_family rxrpc_family_ops = {
net/smc/af_smc.c
3402
static const struct net_proto_family smc_sock_family_ops = {
net/socket.c
1585
const struct net_proto_family *pf;
net/socket.c
230
static const struct net_proto_family __rcu *net_families[NPROTO] __read_mostly;
net/socket.c
3303
int sock_register(const struct net_proto_family *ops)
net/tipc/socket.c
3419
static const struct net_proto_family tipc_family_ops = {
net/unix/af_unix.c
3799
static const struct net_proto_family unix_family_ops = {
net/vmw_vsock/af_vsock.c
2742
static const struct net_proto_family vsock_family_ops = {
net/x25/af_x25.c
1619
static const struct net_proto_family x25_family_ops = {
net/xdp/xsk.c
2210
static const struct net_proto_family xsk_family_ops = {