Home
last modified time | relevance | path

Searched refs:nhandle (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_route.c387 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 >> 1 in route4_set_parms()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dcls_route.c389 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 >> 1 in route4_set_parms()
[all...]

Completed in 3 milliseconds