Searched refs:mptcp_genl_family (Results 1 – 1 of 1) sorted by relevance
/net/mptcp/ |
D | pm_netlink.c | 21 static struct genl_family mptcp_genl_family; variable 1729 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 1785 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1857 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 1980 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_nl_mcast_send() 1986 return genl_has_listeners(&mptcp_genl_family, in mptcp_userspace_pm_active() 2123 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 2130 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 2157 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_announced() 2164 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, in mptcp_event_addr_announced() [all …]
|