Home
last modified time | relevance | path

Searched refs:crit_opt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.c2695 bool crit_opt = false; in validate_geneve_opts() local
2708 crit_opt |= !!(option->type & GENEVE_CRIT_OPT_TYPE); in validate_geneve_opts()
2714 key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0; in validate_geneve_opts()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.c2736 bool crit_opt = false; in validate_geneve_opts() local
2749 crit_opt |= !!(option->type & GENEVE_CRIT_OPT_TYPE); in validate_geneve_opts()
2755 key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0; in validate_geneve_opts()

Completed in 9 milliseconds