tag | line | file | source code |
proto_ops | 75 | include/linux/net.h | struct proto_ops *ops; /* protocols do most everything */ |
proto_ops | 135 | include/linux/net.h | extern int sock_register(int family, struct proto_ops *ops); |
proto_ops | 1443 | net/inet/af_inet.c | static struct proto_ops inet_proto_ops = { |
proto_ops | 1293 | net/inet/ipx.c | static struct proto_ops ipx_proto_ops = { |
proto_ops | 103 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
proto_ops | 665 | net/socket.c | struct proto_ops *ops; |
proto_ops | 1347 | net/socket.c | int sock_register(int family, struct proto_ops *ops) |
proto_ops | 869 | net/unix/sock.c | static struct proto_ops unix_proto_ops = { |