Searched refs:mptcp_genl_family (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | pm_netlink.c | 22 static struct genl_family mptcp_genl_family; variable 1864 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 1920 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1992 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 2123 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_event_add_subflow() 2129 return genl_has_listeners(&mptcp_genl_family, in mptcp_event_add_subflow() 2266 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 2273 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 2300 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_announced() 2307 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, in mptcp_event_addr_announced() [all...] |