8c8 < * Version: $Id: af_inet.c,v 1.133 2001/08/06 13:21:16 davem Exp $ --- > * Version: $Id: af_inet.c,v 1.136 2001/11/06 22:21:08 davem Exp $ 18d17 < * Ira Burton : Cluster protocol table 29c28 < * this fixed and the accept bug fixed --- > * this fixed and the accept bug fixed 32c31 < * Alan Cox, --- > * Alan Cox, 236c235 < --- > 293,296c292 < < /* Ira Burton, support both SOCK_STREAM and SOCK_CLUSTER */ < if (sock->state != SS_UNCONNECTED || (sock->type != SOCK_STREAM && < sock->type != SOCK_CLUSTER)) --- > if (sock->state != SS_UNCONNECTED || sock->type != SOCK_STREAM) 299d294 < 638c633 < --- > 846c841 < return err; --- > return err; 878,879c873,874 < case SIOCSIFPFLAGS: < case SIOCGIFPFLAGS: --- > case SIOCSIFPFLAGS: > case SIOCGIFPFLAGS: 894c889 < case SIOCGIFVLAN: --- > case SIOCGIFVLAN: 898c893 < if (vlan_ioctl_hook == NULL) --- > if (vlan_ioctl_hook == NULL) 904,905c899,900 < return -ENOPKG; < --- > return -ENOPKG; > 913c908 < --- > 950c945 < return(dev_ioctl(cmd,(void *) arg)); --- > return(dev_ioctl(cmd,(void *) arg)); 965c960 < getname: inet_getname, --- > getname: inet_getname, 986c981 < getname: inet_getname, --- > getname: inet_getname, 1032c1027 < --- > 1042,1052d1036 < }, < < /* Ira Burton, SOCK_CLUSTER protocol */ < { < type: SOCK_CLUSTER, < protocol: IPPROTO_CLUSTER, < prot: &cluster_prot, < ops: &inet_stream_ops, < capability: -1, < no_check: 0, < flags: INET_PROTOSW_PERMANENT,