Searched refs:thdr (Results 1 – 2 of 2) sorted by relevance
401 struct tcf_ematch_tree_hdr *thdr; in rtnl_ematch_parse_attr() local415 thdr = nla_data(tb[TCA_EMATCH_TREE_HDR]); in rtnl_ematch_parse_attr()418 if (thdr->nmatches == 0) { in rtnl_ematch_parse_attr()427 thdr->nmatches, thdr->progid); in rtnl_ematch_parse_attr()434 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) / in rtnl_ematch_parse_attr()438 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *)))) in rtnl_ematch_parse_attr()441 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) { in rtnl_ematch_parse_attr()462 if (nmatches >= thdr->nmatches) { in rtnl_ematch_parse_attr()479 *((uint32_t *) data) >= thdr->nmatches) { in rtnl_ematch_parse_attr()513 if (nmatches != thdr->nmatches) { in rtnl_ematch_parse_attr()[all …]
73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;