Searched refs:mptcp_genl_family (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | pm_netlink.c | 22 static struct genl_family mptcp_genl_family; variable 1718 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 1774 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1846 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 1974 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_nl_mcast_send() 1980 return genl_has_listeners(&mptcp_genl_family, in mptcp_userspace_pm_active() 2117 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 2124 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 2151 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_announced() 2158 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, in mptcp_event_addr_announced() [all...] |
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | pm_netlink.c | 21 static struct genl_family mptcp_genl_family; variable 914 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 964 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1035 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 1089 static struct genl_family mptcp_genl_family __ro_after_init = { 1137 if (genl_register_family(&mptcp_genl_family)) in mptcp_pm_nl_init()
|
Completed in 6 milliseconds