Searched refs:ngm_vjc_config (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_vjc.h63 struct ngm_vjc_config { struct
81 NGM_VJC_SET_CONFIG, /* Supply a struct ngm_vjc_config */
82 NGM_VJC_GET_CONFIG, /* Returns a struct ngm_vjc_config */
H A Dng_vjc.c80 struct ngm_vjc_config conf;
102 /* Parse type for struct ngm_vjc_config */
305 struct ngm_vjc_config *const c =
306 (struct ngm_vjc_config *) msg->data;
328 struct ngm_vjc_config *conf;
333 conf = (struct ngm_vjc_config *)resp->data;

Completed in 208 milliseconds