taglinefilesource code
proto_ops78include/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_ops34include/net/icmp.hextern void  icmp_init(struct proto_ops *ops);
proto_ops1847net/appletalk/ddp.cstatic struct proto_ops atalk_proto_ops = {
proto_ops2067net/ax25/af_ax25.cstatic struct proto_ops ax25_proto_ops = {
proto_ops1437net/ipv4/af_inet.cstatic struct proto_ops inet_proto_ops = {
proto_ops740net/ipv4/icmp.cvoid icmp_init(struct proto_ops *ops)
proto_ops1921net/ipx/af_ipx.cstatic struct proto_ops ipx_proto_ops = {
proto_ops1340net/netrom/af_netrom.cstatic struct proto_ops nr_proto_ops = {
proto_ops109net/socket.cstatic struct proto_ops *pops[NPROTO];
proto_ops513net/socket.cstruct proto_ops *ops;
proto_ops1280net/socket.cint sock_register(int family, struct proto_ops *ops)
proto_ops1013net/unix/af_unix.cstatic struct proto_ops unix_proto_ops = {