Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c146 struct skoid ipfm_skoid; member
217 skoid_create(&mgr->ipfm_skoid, SKOID_DNODE(fsw->fsw_skoid), "ipfm", 0); in fsw_ip_frag_mgr_create()
218 skoid_add_uint(&mgr->ipfm_skoid, "frag_limit", CTLFLAG_RW, in fsw_ip_frag_mgr_create()
220 skoid_add_uint(&mgr->ipfm_skoid, "frag_count", CTLFLAG_RD, in fsw_ip_frag_mgr_create()
222 skoid_add_uint(&mgr->ipfm_skoid, "queue_limit", CTLFLAG_RW, in fsw_ip_frag_mgr_create()
224 skoid_add_uint(&mgr->ipfm_skoid, "queue_count", CTLFLAG_RD, in fsw_ip_frag_mgr_create()
226 skoid_add_handler(&mgr->ipfm_skoid, "drain", CTLFLAG_RW, in fsw_ip_frag_mgr_create()
252 skoid_destroy(&mgr->ipfm_skoid); in fsw_ip_frag_mgr_destroy()