skb_mark         1066 net/openvswitch/actions.c 		flow_key->phy.skb_mark = skb->mark;
skb_mark          588 net/openvswitch/datapath.c 	packet->mark = flow->key.phy.skb_mark;
skb_mark          874 net/openvswitch/flow.c 	key->phy.skb_mark = skb->mark;
skb_mark           67 net/openvswitch/flow.h 		u32	skb_mark;	/* SKB mark. */
skb_mark         1188 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, phy.skb_mark, mark, is_mask);
skb_mark         2012 net/openvswitch/flow_netlink.c 	if (nla_put_u32(skb, OVS_KEY_ATTR_SKB_MARK, output->phy.skb_mark))