diff options
Diffstat (limited to 'include/linux/inet_diag.h')
-rw-r--r-- | include/linux/inet_diag.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h index 7c27fa1030e8..feb04ea20f11 100644 --- a/include/linux/inet_diag.h +++ b/include/linux/inet_diag.h | |||
@@ -52,6 +52,12 @@ struct sock *inet_diag_find_one_icsk(struct net *net, | |||
52 | 52 | ||
53 | int inet_diag_bc_sk(const struct nlattr *_bc, struct sock *sk); | 53 | int inet_diag_bc_sk(const struct nlattr *_bc, struct sock *sk); |
54 | 54 | ||
55 | void inet_diag_msg_common_fill(struct inet_diag_msg *r, struct sock *sk); | ||
56 | |||
57 | int inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb, | ||
58 | struct inet_diag_msg *r, int ext, | ||
59 | struct user_namespace *user_ns); | ||
60 | |||
55 | extern int inet_diag_register(const struct inet_diag_handler *handler); | 61 | extern int inet_diag_register(const struct inet_diag_handler *handler); |
56 | extern void inet_diag_unregister(const struct inet_diag_handler *handler); | 62 | extern void inet_diag_unregister(const struct inet_diag_handler *handler); |
57 | #endif /* _INET_DIAG_H_ */ | 63 | #endif /* _INET_DIAG_H_ */ |