Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dip6_flowlabel.c44 #define FL_MAX_SIZE 4096 macro
362 int room = FL_MAX_SIZE - atomic_read(&fl_size); in mem_check()
365 if (room > FL_MAX_SIZE - FL_MAX_PER_SOCK) in mem_check()
373 (count > 0 && room < FL_MAX_SIZE/2) || room < FL_MAX_SIZE/4) in mem_check()