Searched refs:mptcp_genl_family (Results 1 – 3 of 3) sorted by relevance
/linux/net/mptcp/ ! |
H A D | pm_netlink.c | 197 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_pm_nl_get_addr_doit() 231 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_pm_genl_fill_addr() 286 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_nl_mcast_send() 292 return genl_has_listeners(&mptcp_genl_family, in mptcp_userspace_pm_active() 427 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 434 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 461 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_announced() 468 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, in mptcp_event_addr_announced() 517 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_pm_listener() 524 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, in mptcp_event_pm_listener() [all...] |
H A D | protocol.h | 372 extern struct genl_family mptcp_genl_family;
|
H A D | pm_kernel.c | 1213 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_pm_nl_get_limits_doit()
|