Home
last modified time | relevance | path

Searched refs:skb_mark (Results 1 – 4 of 4) sorted by relevance

/linux/net/openvswitch/
H A Dflow.h81 u32 skb_mark; /* SKB mark. */ member
H A Dactions.c1057 flow_key->phy.skb_mark = skb->mark; in execute_masked_set_action()
H A Dflow_netlink.c1216 SW_FLOW_KEY_PUT(match, phy.skb_mark, mark, is_mask); in metadata_from_nlattrs()
2029 if (nla_put_u32(skb, OVS_KEY_ATTR_SKB_MARK, output->phy.skb_mark)) in __ovs_nla_put_key()
H A Ddatapath.c677 packet->mark = flow->key.phy.skb_mark; in ovs_packet_cmd_execute()