mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
To help in reducing the number of include dependencies, several files were touched as they were getting needed headers indirectly for stuff they use. Thanks also to Alan Menegotto for pointing out that net/dccp/proto.c had linux/dccp.h include twice. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
25995ff577
commit
14c850212e
87 changed files with 355 additions and 184 deletions
|
@ -541,6 +541,9 @@ extern int sysctl_ip6frag_secret_interval;
|
|||
extern const struct proto_ops inet6_stream_ops;
|
||||
extern const struct proto_ops inet6_dgram_ops;
|
||||
|
||||
struct group_source_req;
|
||||
struct group_filter;
|
||||
|
||||
extern int ip6_mc_source(int add, int omode, struct sock *sk,
|
||||
struct group_source_req *pgsr);
|
||||
extern int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue