taglinefilesource code
proto_ops73include/linux/net.hstruct proto_ops  *ops;    /* protocols do most everything  */
proto_ops127include/linux/net.hextern int  sock_register(int family, struct proto_ops *ops);
proto_ops1818net/inet/sock.cstatic struct proto_ops inet_proto_ops = {
proto_ops74net/socket.cstatic struct proto_ops *pops[NPROTO];
proto_ops432net/socket.cstruct proto_ops *ops;
proto_ops1050net/socket.csock_register(int family, struct proto_ops *ops)
proto_ops898net/unix/sock.cstatic struct proto_ops unix_proto_ops = {