Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/net/
HDusb_ethernet.c207 sysctl_ctx_init(&ue->ue_sysctl_ctx); in ue_attach_post_task()
260 ue->ue_sysctl_oid = SYSCTL_ADD_NODE(&ue->ue_sysctl_ctx, in ue_attach_post_task()
263 SYSCTL_ADD_PROC(&ue->ue_sysctl_ctx, in ue_attach_post_task()
317 sysctl_ctx_free(&ue->ue_sysctl_ctx); in uether_ifdetach()
HDusb_ethernet.h91 struct sysctl_ctx_list ue_sysctl_ctx; member