Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dif_redirect.h47 uint16_t ircp_type; member
H A Dif_redirect.c1150 if ((params.ircp_type != RD_CREATE_PARAMS_TYPE && in redirect_clone_create()
1151 params.ircp_type != RD_CREATE_PARAMS_TYPE_NOATTACH) || in redirect_clone_create()
1153 RDLOG_ERR("invalid type(0x%x) or len(0x%d)", params.ircp_type, in redirect_clone_create()
1155 DTRACE_SKYWALK2(invalid__params, uint16_t, params.ircp_type, in redirect_clone_create()
1187 if (params.ircp_type == RD_CREATE_PARAMS_TYPE_NOATTACH) { in redirect_clone_create()