taglinefilesource code
proto_ops75include/linux/net.hstruct proto_ops  *ops;    /* protocols do most everything  */
proto_ops135include/linux/net.hextern int  sock_register(int family, struct proto_ops *ops);
proto_ops1443net/inet/af_inet.cstatic struct proto_ops inet_proto_ops = {
proto_ops1293net/inet/ipx.cstatic struct proto_ops ipx_proto_ops = {
proto_ops103net/socket.cstatic struct proto_ops *pops[NPROTO];
proto_ops665net/socket.cstruct proto_ops *ops;
proto_ops1347net/socket.cint sock_register(int family, struct proto_ops *ops)
proto_ops869net/unix/sock.cstatic struct proto_ops unix_proto_ops = {