mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
[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
@ -169,11 +169,6 @@ struct proto_ops {
|
||||
struct net_proto_family {
|
||||
int family;
|
||||
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user