Lines Matching refs:nhandle
389 u32 id = 0, to = 0, nhandle = 0x8000; in route4_set_parms() local
405 nhandle = to; in route4_set_parms()
414 nhandle |= id << 16; in route4_set_parms()
419 nhandle |= (id | 0x8000) << 16; in route4_set_parms()
421 nhandle |= 0xFFFF << 16; in route4_set_parms()
424 nhandle |= handle & 0x7F00; in route4_set_parms()
425 if (nhandle != handle) in route4_set_parms()
429 if (!nhandle) { in route4_set_parms()
434 h1 = to_hash(nhandle); in route4_set_parms()
443 unsigned int h2 = from_hash(nhandle >> 16); in route4_set_parms()
460 f->handle = nhandle; in route4_set_parms()