Searched refs:XPC_C_RCLOSEREPLY (Results 1 – 2 of 2) sorted by relevance
118 if (!(ch->flags & XPC_C_RCLOSEREPLY)) in xpc_process_disconnect()224 DBUG_ON(ch->flags & XPC_C_RCLOSEREPLY); in xpc_process_openclose_chctl_flags()228 ch->flags |= XPC_C_RCLOSEREPLY; in xpc_process_openclose_chctl_flags()308 ch->flags |= XPC_C_RCLOSEREPLY; in xpc_process_openclose_chctl_flags()
383 #define XPC_C_RCLOSEREPLY 0x00001000 /* remote close channel reply */ macro