Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fifo.c192 .peek = qdisc_peek_head,
207 .peek = qdisc_peek_head,
222 .peek = qdisc_peek_head,
H A Dsch_gred.c926 .peek = qdisc_peek_head,
/linux/include/net/
H A Dsch_generic.h1113 static inline struct sk_buff *qdisc_peek_head(struct Qdisc *sch) in qdisc_peek_head() function