Lines Matching refs:net_capture
8 LOG_MODULE_REGISTER(net_capture, CONFIG_NET_CAPTURE_LOG_LEVEL);
54 struct net_capture { struct
115 struct net_capture *ctx = NULL; in net_capture_foreach() argument
123 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()
475 struct net_capture *ctx = dev->data; in capture_enable()
500 struct net_capture *ctx = dev->data; in capture_disable()
531 struct net_capture *ctx = CONTAINER_OF(sn, struct net_capture, in net_capture_pkt_with_status()
594 struct net_capture *ctx = dev->data; in capture_dev_init()
612 struct net_capture *ctx = dev->data; in capture_send()
727 static struct net_capture capture_dev_data_##x