Searched refs:netdev_nl_dump_ctx (Results 1 - 1 of 1) sorted by path

/linux-master/net/core/
H A Dnetdev-genl.c17 struct netdev_nl_dump_ctx { struct
24 static struct netdev_nl_dump_ctx *netdev_dump_ctx(struct netlink_callback *cb)
26 NL_ASSERT_DUMP_CTX_FITS(struct netdev_nl_dump_ctx);
28 return (struct netdev_nl_dump_ctx *)cb->ctx;
143 struct netdev_nl_dump_ctx *ctx = netdev_dump_ctx(cb);
239 struct netdev_nl_dump_ctx *ctx)
261 struct netdev_nl_dump_ctx *ctx = netdev_dump_ctx(cb);
405 struct netdev_nl_dump_ctx *ctx)
433 struct netdev_nl_dump_ctx *ctx = netdev_dump_ctx(cb);
577 struct netdev_nl_dump_ctx *ct
[all...]

Completed in 286 milliseconds