Searched refs:fou_nl_family (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fou.c | 655 static struct genl_family fou_nl_family; variable 829 hdr = genlmsg_put(skb, portid, seq, &fou_nl_family, flags, cmd); in fou_dump_info() 935 static struct genl_family fou_nl_family __ro_after_init = { 1281 ret = genl_register_family(&fou_nl_family); in fou_init() 1289 genl_unregister_family(&fou_nl_family); in fou_init() 1299 genl_unregister_family(&fou_nl_family); in fou_fini()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_core.c | 643 static struct genl_family fou_nl_family; variable 803 hdr = genlmsg_put(skb, portid, seq, &fou_nl_family, flags, cmd); in fou_dump_info() 888 static struct genl_family fou_nl_family __ro_after_init = { 1235 ret = genl_register_family(&fou_nl_family); in fou_init() 1248 genl_unregister_family(&fou_nl_family); in fou_init() 1258 genl_unregister_family(&fou_nl_family); in fou_fini()
|
Completed in 4 milliseconds