taglinefilesource code
proto_ops76include/linux/net.hstruct proto_ops  *ops;    /* protocols do most everything  */
proto_ops136include/linux/net.hextern int  sock_register(int family, struct proto_ops *ops);
proto_ops1798net/appletalk/ddp.cstatic struct proto_ops atalk_proto_ops = {
proto_ops1846net/ax25/af_ax25.cstatic struct proto_ops ax25_proto_ops = {
proto_ops1504net/ipv4/af_inet.cstatic struct proto_ops inet_proto_ops = {
proto_ops1870net/ipx/af_ipx.cstatic struct proto_ops ipx_proto_ops = {
proto_ops1292net/netrom/af_netrom.cstatic struct proto_ops nr_proto_ops = {
proto_ops105net/socket.cstatic struct proto_ops *pops[NPROTO];
proto_ops566net/socket.cstruct proto_ops *ops;
proto_ops1211net/socket.cint sock_register(int family, struct proto_ops *ops)
proto_ops869net/unix/sock.cstatic struct proto_ops unix_proto_ops = {