Searched refs:OVS_TUNNEL_KEY_ATTR_TOS (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/openvswitch/
H A Dflow_netlink.c320 + nla_total_size(1) /* OVS_TUNNEL_KEY_ATTR_TOS */
387 [OVS_TUNNEL_KEY_ATTR_TOS] = { .len = 1 },
722 case OVS_TUNNEL_KEY_ATTR_TOS:
909 nla_put_u8(skb, OVS_TUNNEL_KEY_ATTR_TOS, output->tos))
/linux-master/include/uapi/linux/
H A Dopenvswitch.h396 OVS_TUNNEL_KEY_ATTR_TOS, /* u8 Tunnel IP ToS. */ enumerator in enum:ovs_tunnel_key_attr

Completed in 304 milliseconds