Searched refs:mptcp_genl_family (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/net/mptcp/ |
D | pm_netlink.c | 22 static struct genl_family mptcp_genl_family; variable 1695 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 1751 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1823 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 1951 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_nl_mcast_send() 1957 return genl_has_listeners(&mptcp_genl_family, in mptcp_userspace_pm_active() 2094 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 2101 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 2128 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_announced() 2135 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, in mptcp_event_addr_announced() [all …]
|