Searched refs:netlink_seq_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 2729 static const struct seq_operations netlink_seq_ops = { variable 2779 if (!proc_create_net("netlink", 0, net->proc_net, &netlink_seq_ops, in netlink_net_init() 2840 .seq_ops = &netlink_seq_ops,
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 2777 static const struct seq_operations netlink_seq_ops = { variable 2826 if (!proc_create_net("netlink", 0, net->proc_net, &netlink_seq_ops, in netlink_net_init() 2887 .seq_ops = &netlink_seq_ops,
|
Completed in 7 milliseconds