tag | line | file | source code |
proto_ops | 76 | include/linux/net.h | struct proto_ops *ops; /* protocols do most everything */ |
proto_ops | 136 | include/linux/net.h | extern int sock_register(int family, struct proto_ops *ops); |
proto_ops | 1818 | net/appletalk/ddp.c | static struct proto_ops atalk_proto_ops = { |
proto_ops | 1930 | net/ax25/af_ax25.c | static struct proto_ops ax25_proto_ops = { |
proto_ops | 1515 | net/ipv4/af_inet.c | static struct proto_ops inet_proto_ops = { |
proto_ops | 1871 | net/ipx/af_ipx.c | static struct proto_ops ipx_proto_ops = { |
proto_ops | 1306 | net/netrom/af_netrom.c | static struct proto_ops nr_proto_ops = { |
proto_ops | 105 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
proto_ops | 566 | net/socket.c | struct proto_ops *ops; |
proto_ops | 1211 | 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 = { |