Home
last modified time | relevance | path

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

/net/sched/
DKconfig267 tristate "SKB priority queue scheduler (SKBPRIO)"
269 Say Y here if you want to use the SKB priority queue
819 tristate "SKB Editing"
/net/core/
Ddev.c2174 #define net_timestamp_check(COND, SKB) \ argument
2176 if ((COND) && !(SKB)->tstamp) \
2177 __net_timestamp(SKB); \