Lines Matching refs:base
617 /* Make sure the NSH base header is there */
633 flags = OVS_MASKED(flags, key.base.flags, mask.base.flags);
634 flow_key->nsh.base.flags = flags;
636 ttl = OVS_MASKED(ttl, key.base.ttl, mask.base.ttl);
637 flow_key->nsh.base.ttl = ttl;
639 nh->path_hdr = OVS_MASKED(nh->path_hdr, key.base.path_hdr,
640 mask.base.path_hdr);
641 flow_key->nsh.base.path_hdr = nh->path_hdr;