Searched defs:ofp_switch_features (Results 1 – 1 of 1) sorted by relevance
169 struct ofp_switch_features { struct170 struct ofp_header swf_oh; /* OpenFlow header */171 uint64_t swf_datapath_id; /* Datapath unique ID */172 uint32_t swf_nbuffers; /* Max packets buffered */173 uint8_t swf_ntables; /* Number of supported tables */174 uint8_t swf_aux_id; /* Identify auxiliary connections */175 uint8_t swf_pad[2]; /* Align to 64 bits */176 uint32_t swf_capabilities; /* Capability flags */177 uint32_t swf_actions; /* Supported action flags */