taglinefilesource code
proto_ops73include/linux/net.hstruct proto_ops  *ops;    /* protocols do most everything  */
proto_ops133include/linux/net.hextern int  sock_register(int family, struct proto_ops *ops);
proto_ops1300net/inet/af_inet.cstatic struct proto_ops inet_proto_ops = {
proto_ops1297net/inet/ipx.cstatic struct proto_ops ipx_proto_ops = {
proto_ops101net/socket.cstatic struct proto_ops *pops[NPROTO];
proto_ops640net/socket.cstruct proto_ops *ops;
proto_ops1319net/socket.cint sock_register(int family, struct proto_ops *ops)
proto_ops858net/unix/sock.cstatic struct proto_ops unix_proto_ops = {