Home
last modified time | relevance | path

Searched refs:ppp_capture_ctx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/net/
Dppp.c68 static struct net_ppp_capture_ctx *ppp_capture_ctx = &_ppp_capture_ctx; variable
70 static struct net_ppp_capture_ctx *ppp_capture_ctx; variable
402 net_capture_is_enabled(NULL) && ppp_capture_ctx) { in ppp_send_flush()
417 net_capture_data(&ppp_capture_ctx->cooked, in ppp_send_flush()
637 net_capture_is_enabled(NULL) && ppp_capture_ctx) { in ppp_process_msg()
645 copied = net_buf_linearize(ppp_capture_ctx->capture_buf, in ppp_process_msg()
646 sizeof(ppp_capture_ctx->capture_buf), in ppp_process_msg()
651 net_capture_data(&ppp_capture_ctx->cooked, in ppp_process_msg()
652 ppp_capture_ctx->capture_buf, in ppp_process_msg()
1031 ret = net_capture_cooked_setup(&ppp_capture_ctx->cooked, in ppp_iface_init()