Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c496 memcpy(&cb->data, __skb->cb, QDISC_CB_PRIV_LEN); in convert___skb_to_skb()
526 memcpy(__skb->cb, &cb->data, QDISC_CB_PRIV_LEN); in convert_skb_to___skb()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h426 #define QDISC_CB_PRIV_LEN 20 macro
427 unsigned char data[QDISC_CB_PRIV_LEN];
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h617 #define BPF_SKB_CB_LEN QDISC_CB_PRIV_LEN