Searched refs:mptcp_genl_family (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|