tag | line | file | source code |
proto_ops | 78 | 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 | 38 | include/net/icmp.h | extern void icmp_init(struct proto_ops *ops); |
proto_ops | 1971 | net/appletalk/ddp.c | static struct proto_ops atalk_proto_ops = { |
proto_ops | 2341 | net/ax25/af_ax25.c | static struct proto_ops ax25_proto_ops = { |
proto_ops | 1432 | net/ipv4/af_inet.c | static struct proto_ops inet_proto_ops = { |
proto_ops | 752 | net/ipv4/icmp.c | void icmp_init(struct proto_ops *ops) |
proto_ops | 2157 | net/ipx/af_ipx.c | static struct proto_ops ipx_proto_ops = { |
proto_ops | 1313 | net/netrom/af_netrom.c | static struct proto_ops nr_proto_ops = { |
proto_ops | 109 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
proto_ops | 513 | net/socket.c | struct proto_ops *ops; |
proto_ops | 1286 | net/socket.c | int sock_register(int family, struct proto_ops *ops) |
proto_ops | 1302 | net/unix/af_unix.c | static struct proto_ops unix_proto_ops = { |