Searched refs:net_capture (Results 1 – 4 of 4) sorted by relevance
8 LOG_MODULE_REGISTER(net_capture, CONFIG_NET_CAPTURE_LOG_LEVEL);54 struct net_capture { struct115 struct net_capture *ctx = NULL; in net_capture_foreach() argument123 ctx = CONTAINER_OF(sn, struct net_capture, node); in net_capture_foreach()143 static struct net_capture *alloc_capture_dev(void) in alloc_capture_dev()145 struct net_capture *ctx = NULL; in alloc_capture_dev()151 ctx = CONTAINER_OF(sn, struct net_capture, node); in alloc_capture_dev()288 struct net_capture *ctx; in net_capture_setup()449 struct net_capture *ctx = dev->data; in capture_cleanup()468 struct net_capture *ctx = dev->data; in capture_is_enabled()[all …]
5 project(net_capture) project
3 :relevant-api: net_capture
13 The ``net_capture`` API allows user to monitor the network16 using ``net-shell`` or automatically by using the ``net_capture`` API.110 .. doxygengroup:: net_capture