Home
last modified time | relevance | path

Searched refs:ovs_key_ipv6 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h408 struct ovs_key_ipv6 { struct
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c425 [OVS_KEY_ATTR_IPV6] = { .len = sizeof(struct ovs_key_ipv6) },
1549 const struct ovs_key_ipv6 *ipv6_key; in ovs_key_from_nlattrs()
2071 struct ovs_key_ipv6 *ipv6_key; in __ovs_nla_put_key()
2675 const struct ovs_key_ipv6 *ipv6_key; in validate_set()
2727 const struct ovs_key_ipv6 *mask = ipv6_key + 1; in validate_set()
2809 struct ovs_key_ipv6 *mask = nla_data(at) + key_len; in validate_set()
Dactions.c568 const struct ovs_key_ipv6 *key, in set_ipv6()
569 const struct ovs_key_ipv6 *mask) in set_ipv6()
1156 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action()