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

/linux-master/include/uapi/linux/tc_ematch/
H A Dtc_em_text.h15 __u8 from_layer:4; member in struct:tcf_em_text
/linux-master/net/sched/
H A Dem_text.c21 u8 from_layer; member in struct:text_match
34 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data;
54 if (conf->from_layer > conf->to_layer)
57 if (conf->from_layer == conf->to_layer &&
88 tm->from_layer = conf->from_layer;
114 conf.from_layer = tm->from_layer;

Completed in 168 milliseconds