tag | line | file | source code |
proto_ops | 73 | include/linux/net.h | struct proto_ops *ops; /* protocols do most everything */ |
proto_ops | 127 | include/linux/net.h | extern int sock_register(int family, struct proto_ops *ops); |
proto_ops | 1818 | net/inet/sock.c | static struct proto_ops inet_proto_ops = { |
proto_ops | 74 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
proto_ops | 432 | net/socket.c | struct proto_ops *ops; |
proto_ops | 1050 | net/socket.c | sock_register(int family, struct proto_ops *ops) |
proto_ops | 898 | net/unix/sock.c | static struct proto_ops unix_proto_ops = { |