// SPDX-License-Identifier: GPL-2.0 /* MPTCP socket monitoring support * * Copyright (c) 2019 Red Hat * * Author: Davide Caratti <[email protected]> */ #include <linux/kernel.h> #include <linux/net.h> #include <linux/inet_diag.h> #include <net/netlink.h> #include "protocol.h" static int subflow_get_info(struct sock *sk, struct sk_buff *skb) { … } static size_t subflow_get_info_size(const struct sock *sk) { … } void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops) { … }