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