Searched refs:TCA_FLOWER_UNSPEC (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/sched/ |
D | cls_flower.c | 199 [TCA_FLOWER_UNSPEC] = { .type = NLA_UNSPEC }, 230 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type]) in fl_set_key_val() 257 &mask->basic.n_proto, TCA_FLOWER_UNSPEC, in fl_set_key() 263 &mask->basic.ip_proto, TCA_FLOWER_UNSPEC, in fl_set_key() 287 &mask->tp.src, TCA_FLOWER_UNSPEC, in fl_set_key() 290 &mask->tp.dst, TCA_FLOWER_UNSPEC, in fl_set_key() 294 &mask->tp.src, TCA_FLOWER_UNSPEC, in fl_set_key() 297 &mask->tp.dst, TCA_FLOWER_UNSPEC, in fl_set_key() 563 if (mask_type != TCA_FLOWER_UNSPEC) { in fl_dump_key_val() 610 &mask->basic.n_proto, TCA_FLOWER_UNSPEC, in fl_dump() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_cls.h | 397 TCA_FLOWER_UNSPEC, enumerator
|