Lines Matching refs:em_hdr
174 struct tcf_ematch_hdr *em_hdr = nla_data(nla);
175 int data_len = nla_len(nla) - sizeof(*em_hdr);
176 void *data = (void *) em_hdr + sizeof(*em_hdr);
179 if (!TCF_EM_REL_VALID(em_hdr->flags))
182 if (em_hdr->kind == TCF_EM_CONTAINER) {
212 em->ops = tcf_em_lookup(em_hdr->kind);
218 request_module("ematch-kind-%u", em_hdr->kind);
220 em->ops = tcf_em_lookup(em_hdr->kind);
242 if (em_hdr->flags & TCF_EM_SIMPLE)
257 if (em_hdr->flags & TCF_EM_SIMPLE) {
275 em->matchid = em_hdr->matchid;
276 em->flags = em_hdr->flags;
459 struct tcf_ematch_hdr em_hdr = {
465 if (nla_put(skb, i + 1, sizeof(em_hdr), &em_hdr))