[NET]: drop unused elements from net_proto_family
Three values in net_proto_family are defined but never used. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
89bddce58e
commit
757dbb494b
1 changed files with 0 additions and 5 deletions
|
@ -169,11 +169,6 @@ struct proto_ops {
|
||||||
struct net_proto_family {
|
struct net_proto_family {
|
||||||
int family;
|
int family;
|
||||||
int (*create)(struct socket *sock, int protocol);
|
int (*create)(struct socket *sock, int protocol);
|
||||||
/* These are counters for the number of different methods of
|
|
||||||
each we support */
|
|
||||||
short authentication;
|
|
||||||
short encryption;
|
|
||||||
short encrypt_net;
|
|
||||||
struct module *owner;
|
struct module *owner;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue