Lines Matching refs:mptcp_genl_family
22 static struct genl_family mptcp_genl_family;
1718 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0,
1774 cb->nlh->nlmsg_seq, &mptcp_genl_family,
1846 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0,
1974 genlmsg_multicast_netns(&mptcp_genl_family, net,
1980 return genl_has_listeners(&mptcp_genl_family,
2117 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET))
2124 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED);
2151 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET))
2158 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0,
2207 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET))
2214 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, event);
2258 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET))
2265 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, type);
2366 static struct genl_family mptcp_genl_family __ro_after_init = {
2426 if (genl_register_family(&mptcp_genl_family))