Lines Matching refs:nhandle
387 u32 id = 0, to = 0, nhandle = 0x8000; in route4_set_parms() local
403 nhandle = to; in route4_set_parms()
412 nhandle |= id << 16; in route4_set_parms()
417 nhandle |= (id | 0x8000) << 16; in route4_set_parms()
419 nhandle |= 0xFFFF << 16; in route4_set_parms()
422 nhandle |= handle & 0x7F00; in route4_set_parms()
423 if (nhandle != handle) in route4_set_parms()
427 if (!nhandle) { in route4_set_parms()
432 h1 = to_hash(nhandle); in route4_set_parms()
441 unsigned int h2 = from_hash(nhandle >> 16); in route4_set_parms()
458 f->handle = nhandle; in route4_set_parms()