Searched refs:thdr (Results 1 – 4 of 4) sorted by relevance
343 struct tcf_ematch_tree_hdr *thdr; in rtnl_ematch_parse_attr() local357 thdr = nla_data(tb[TCA_EMATCH_TREE_HDR]); in rtnl_ematch_parse_attr()360 if (thdr->nmatches == 0) { in rtnl_ematch_parse_attr()369 thdr->nmatches, thdr->progid); in rtnl_ematch_parse_attr()376 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) / in rtnl_ematch_parse_attr()380 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *)))) in rtnl_ematch_parse_attr()383 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) { in rtnl_ematch_parse_attr()404 if (nmatches >= thdr->nmatches) { in rtnl_ematch_parse_attr()421 *((uint32_t *) data) >= thdr->nmatches) { in rtnl_ematch_parse_attr()455 if (nmatches != thdr->nmatches) { in rtnl_ematch_parse_attr()[all …]
378 union thdr { union391 #define RING_GET_FRAME_AT(h, offset) (((union thdr **)h->buffer)[(offset)])4365 handle->buffer = malloc(handle->cc * sizeof(union thdr *));4506 union thdr h;4783 union thdr h;4867 union thdr h;4952 union thdr h;5042 union thdr h;
1443 struct tcp_hdr *thdr = (struct tcp_hdr *)seg->p->payload; in tcp_zero_window_probe() local1445 pbuf_copy_partial(seg->p, d, 1, TCPH_HDRLEN(thdr) * 4); in tcp_zero_window_probe()
1330 V(thdr, THDR, 0xB359) /* type = RRE CONVERT BFP TO HFP (long) */ \