Searched refs:mptcp_genl_family (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/mptcp/ |
D | pm_netlink.c | 21 static struct genl_family mptcp_genl_family; variable 1686 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 1742 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1814 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 1937 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_nl_mcast_send() 1943 return genl_has_listeners(&mptcp_genl_family, in mptcp_userspace_pm_active() 2080 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 2087 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 2114 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_announced() 2121 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, in mptcp_event_addr_announced() [all …]
|