Searched refs:mptcp_genl_family (Results 1 – 1 of 1) sorted by relevance
| /linux/net/mptcp/ |
| A D | pm_netlink.c | 21 static struct genl_family mptcp_genl_family; variable 1528 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_addr() 1584 cb->nlh->nlmsg_seq, &mptcp_genl_family, in mptcp_nl_cmd_dump_addrs() 1656 reply = genlmsg_put_reply(msg, info, &mptcp_genl_family, 0, in mptcp_nl_cmd_get_limits() 1738 genlmsg_multicast_netns(&mptcp_genl_family, net, in mptcp_nl_mcast_send() 1871 if (!genl_has_listeners(&mptcp_genl_family, net, MPTCP_PM_EV_GRP_OFFSET)) in mptcp_event_addr_removed() 1878 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, MPTCP_EVENT_REMOVED); in mptcp_event_addr_removed() 1910 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, in mptcp_event_addr_announced() 1962 nlh = genlmsg_put(skb, 0, 0, &mptcp_genl_family, 0, type); in mptcp_event() 2040 static struct genl_family mptcp_genl_family __ro_after_init = { [all …]
|
Completed in 9 milliseconds