Searched refs:intparse (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/openvswitch/ |
D | ovs-dpctl.py | 91 def intparse(statestr, defmask="0xffffffff"): function 1641 ("OVS_KEY_ATTR_PRIORITY", "skb_priority", intparse), 1642 ("OVS_KEY_ATTR_SKB_MARK", "skb_mark", intparse), 1643 ("OVS_KEY_ATTR_RECIRC_ID", "recirc_id", intparse), 1645 ("OVS_KEY_ATTR_DP_HASH", "dp_hash", intparse), 1647 ("OVS_KEY_ATTR_CT_ZONE", "ct_zone", intparse), 1648 ("OVS_KEY_ATTR_CT_MARK", "ct_mark", intparse), 1649 ("OVS_KEY_ATTR_IN_PORT", "in_port", intparse), 1658 lambda x: intparse(x, "0xffff"),
|