Searched refs:action_type (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 2728 struct ofpbuf *packet, struct pkt_metadata *md, uint16_t action_type, 2745 upcall->type = (action_type == FLOW_ACTION_MISSED_PKT) ? DPIF_UC_MISS : 2750 if (action_type == FLOW_ACTION_OF_CONTROLLER) { 2800 uint16_t action_type; variable 2835 action_type = FLOW_ACTION_OF_MAX; 2847 action_type = aux.tp_of_action; 2853 if (action_type != FLOW_ACTION_MISSED_PKT && 2854 action_type != FLOW_ACTION_OF_CONTROLLER) { 2859 action_type); 2874 action_type 2727 dpif_solaris_parse_pkt(struct dpif_solaris *dpif OVS_UNUSED, struct ofpbuf *packet, struct pkt_metadata *md, uint16_t action_type, struct dpif_upcall *upcall, struct ofpbuf *buf) argument [all...] |
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | pf_firewall.py | 111 def security_group_updated(self, action_type, sec_group_ids,
|
Completed in 21 milliseconds