Lines Matching defs:OvsDatapath
1479 class OvsDatapath(GenericNetlinkSocket):
1519 self.bind(OVS_DATAPATH_FAMILY, OvsDatapath.dp_cmd_msg)
1522 msg = OvsDatapath.dp_cmd_msg()
1545 msg = OvsDatapath.dp_cmd_msg()
1560 dpfeatures |= OvsDatapath.OVS_DP_F_DISPATCH_UPCALL_PER_CPU
1561 dpfeatures &= ~OvsDatapath.OVS_DP_F_VPORT_PIDS
1586 msg = OvsDatapath.dp_cmd_msg()
1928 into the OvsDatapath lookup
1955 into the OvsDatapath lookup
1981 into the OvsDatapath lookup
2148 ovsdp = OvsDatapath()