Home | History | Annotate | Download | only in cls

Lines Matching refs:hdr

390 		struct tcf_ematch_hdr *hdr;
398 if (nla_len(a) < sizeof(*hdr)) {
409 hdr = nla_data(a);
410 data = nla_data(a) + NLA_ALIGN(sizeof(*hdr));
411 len = nla_len(a) - NLA_ALIGN(sizeof(*hdr));
414 hdr->matchid, hdr->kind, hdr->flags);
420 if (hdr->kind == TCF_EM_CONTAINER &&
431 ematch->e_id = hdr->matchid;
432 ematch->e_kind = hdr->kind;
433 ematch->e_flags = hdr->flags;
435 if ((ops = rtnl_ematch_lookup_ops(hdr->kind))) {